HighchartsTreegraphSeriesDataLabelsOptions constructor

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

Options for the data labels appearing on top of the nodes and links. For treegraph charts, data labels are visible for the nodes by default, but hidden for links. This is controlled by modifying the nodeFormat, and the format that applies to links and is an empty string by default.

API Docs: https://api.highcharts.com/highcharts/series.treegraph.dataLabels

Implementation

HighchartsTreegraphSeriesDataLabelsOptions(
    {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.enabled,
    this.filter,
    this.format,
    this.formatter,
    this.headers,
    this.inside,
    this.linkTextPath,
    this.nullFormat,
    this.nullFormatter,
    this.overflow,
    this.padding,
    this.position,
    this.rotation,
    this.shadow,
    this.shape,
    this.style,
    this.textPath,
    this.useHTML,
    this.verticalAlign,
    this.x,
    this.y,
    this.zIndex});