HighchartsAnnotationsLabelsOptions constructor
      
      HighchartsAnnotationsLabelsOptions({ 
    
- Map<String, dynamic> ? point,
- HighchartsAnnotationsLabelAccessibilityOptions? accessibility,
- String? align,
- bool? allowOverlap,
- String? backgroundColor,
- String? borderColor,
- double? borderRadius,
- double? borderWidth,
- String? className,
- bool? crop,
- double? distance,
- String? format,
- String? formatter,
- bool? includeInDataExport,
- String? overflow,
- double? padding,
- Map<String, dynamic> ? shadow,
- String? shape,
- Map<String, String> ? style,
- String? text,
- bool? useHTML,
- String? verticalAlign,
- double? x,
- 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});