HighchartsTreemapSeriesLevelsDataLabelsOptions constructor

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

Can set the options of dataLabels on each point which lies on the level. plotOptions.treemap.dataLabels for possible values.

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

Implementation

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