HighchartsAnnotationsLabelsOptions constructor

HighchartsAnnotationsLabelsOptions({
  1. Map<String, dynamic>? point,
  2. HighchartsAnnotationsLabelAccessibilityOptions? accessibility,
  3. String? align,
  4. bool? allowOverlap,
  5. String? backgroundColor,
  6. String? borderColor,
  7. double? borderRadius,
  8. double? borderWidth,
  9. String? className,
  10. bool? crop,
  11. double? distance,
  12. String? format,
  13. String? formatter,
  14. bool? includeInDataExport,
  15. String? overflow,
  16. double? padding,
  17. Map<String, dynamic>? shadow,
  18. String? shape,
  19. Map<String, String>? style,
  20. String? text,
  21. bool? useHTML,
  22. String? verticalAlign,
  23. double? x,
  24. double? y,
})

An array of labels for the annotation. For options that apply to multiple labels, they can be added to the labelOptions.

API Docs: https://api.highcharts.com/highcharts/navigation.annotationsOptions.labels

Implementation

HighchartsAnnotationsLabelsOptions(
    {this.point,
    this.accessibility,
    this.align,
    this.allowOverlap,
    this.backgroundColor,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.crop,
    this.distance,
    this.format,
    this.formatter,
    this.includeInDataExport,
    this.overflow,
    this.padding,
    this.shadow,
    this.shape,
    this.style,
    this.text,
    this.useHTML,
    this.verticalAlign,
    this.x,
    this.y});