HighchartsSunburstSeriesDataLabelsOptions constructor

HighchartsSunburstSeriesDataLabelsOptions({
  1. String? alignTo,
  2. bool? allowOverlap,
  3. HighchartsSeriesDataLabelsAnimationOptions? animation,
  4. String? backgroundColor,
  5. String? borderColor,
  6. double? borderRadius,
  7. double? borderWidth,
  8. String? className,
  9. String? color,
  10. String? connectorColor,
  11. double? connectorPadding,
  12. String? connectorShape,
  13. double? connectorWidth,
  14. String? crookDistance,
  15. bool? crop,
  16. bool? defer,
  17. dynamic distance,
  18. bool? enabled,
  19. HighchartsSeriesDataLabelsFilterOptions? filter,
  20. String? format,
  21. String? formatter,
  22. String? nullFormat,
  23. dynamic nullFormatter,
  24. String? overflow,
  25. double? padding,
  26. String? position,
  27. double? rotation,
  28. String? rotationMode,
  29. Map<String, dynamic>? shadow,
  30. String? shape,
  31. bool? softConnector,
  32. HighchartsSunburstSeriesDataLabelsStyleOptions? style,
  33. HighchartsSeriesDataLabelsTextPathOptions? textPath,
  34. bool? useHTML,
  35. String? verticalAlign,
  36. double? x,
  37. double? y,
  38. double? zIndex,
})

Highcharts Options Widget.

Implementation

HighchartsSunburstSeriesDataLabelsOptions(
    {this.alignTo,
    this.allowOverlap,
    this.animation,
    this.backgroundColor,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.color,
    this.connectorColor,
    this.connectorPadding,
    this.connectorShape,
    this.connectorWidth,
    this.crookDistance,
    this.crop,
    this.defer,
    this.distance,
    this.enabled,
    this.filter,
    this.format,
    this.formatter,
    this.nullFormat,
    this.nullFormatter,
    this.overflow,
    this.padding,
    this.position,
    this.rotation,
    this.rotationMode,
    this.shadow,
    this.shape,
    this.softConnector,
    this.style,
    this.textPath,
    this.useHTML,
    this.verticalAlign,
    this.x,
    this.y,
    this.zIndex});