HighchartsStreamgraphSeriesDataDataLabelsOptions constructor

HighchartsStreamgraphSeriesDataDataLabelsOptions({
  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. dynamic formatter,
  17. bool? inside,
  18. String? nullFormat,
  19. dynamic nullFormatter,
  20. String? overflow,
  21. double? padding,
  22. String? position,
  23. double? rotation,
  24. Map<String, dynamic>? shadow,
  25. String? shape,
  26. Map<String, String>? style,
  27. HighchartsSeriesDataLabelsTextPathOptions? textPath,
  28. bool? useHTML,
  29. String? verticalAlign,
  30. double? x,
  31. double? y,
  32. double? zIndex,
})

Individual data label for each point. The options are the same as the ones for plotOptions.series.dataLabels.

API Docs: https://api.highcharts.com/highcharts/series.streamgraph.data.dataLabels

Implementation

HighchartsStreamgraphSeriesDataDataLabelsOptions(
    {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.inside,
    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});