HighchartsSunburstSeriesLevelsDataLabelsOptions constructor

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

Can set dataLabels on all points which lies on the same level.

API Docs: https://api.highcharts.com/highcharts/series.sunburst.levels.dataLabels

Implementation

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