HighchartsPackedBubbleSeriesDataLabelsOptions constructor

HighchartsPackedBubbleSeriesDataLabelsOptions({
  1. String? align,
  2. String? alignTo,
  3. bool? allowOverlap,
  4. HighchartsSeriesDataLabelsAnimationOptions? animation,
  5. dynamic attributes,
  6. String? backgroundColor,
  7. String? borderColor,
  8. double? borderRadius,
  9. double? borderWidth,
  10. String? className,
  11. String? color,
  12. bool? crop,
  13. bool? defer,
  14. bool? enabled,
  15. HighchartsSeriesDataLabelsFilterOptions? filter,
  16. String? format,
  17. dynamic formatter,
  18. bool? inside,
  19. String? nullFormat,
  20. HighchartsCallback? nullFormatter,
  21. String? overflow,
  22. double? padding,
  23. String? parentNodeFormat,
  24. dynamic parentNodeFormatter,
  25. HighchartsPackedBubbleSeriesDataLabelsParentNodeTextPathOptions? parentNodeTextPath,
  26. String? position,
  27. double? rotation,
  28. Map<String, dynamic>? shadow,
  29. String? shape,
  30. HighchartsPackedBubbleSeriesDataLabelsStyleOptions? style,
  31. HighchartsPackedBubbleSeriesDataLabelsTextPathOptions? textPath,
  32. bool? useHTML,
  33. String? verticalAlign,
  34. double? x,
  35. double? y,
  36. double? zIndex,
})

Highcharts Options Widget.

Implementation

HighchartsPackedBubbleSeriesDataLabelsOptions(
    {this.align,
    this.alignTo,
    this.allowOverlap,
    this.animation,
    this.attributes,
    this.backgroundColor,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.color,
    this.crop,
    this.defer,
    this.enabled,
    this.filter,
    this.format,
    this.formatter,
    this.inside,
    this.nullFormat,
    this.nullFormatter,
    this.overflow,
    this.padding,
    this.parentNodeFormat,
    this.parentNodeFormatter,
    this.parentNodeTextPath,
    this.position,
    this.rotation,
    this.shadow,
    this.shape,
    this.style,
    this.textPath,
    this.useHTML,
    this.verticalAlign,
    this.x,
    this.y,
    this.zIndex});