HighchartsLangAccessibilitySeriesOptions constructor

HighchartsLangAccessibilitySeriesOptions({
  1. String? description,
  2. String? nullPointValue,
  3. String? pointAnnotationsDescription,
  4. HighchartsLangAccessibilitySeriesSummaryOptions? summary,
  5. String? xAxisDescription,
  6. String? yAxisDescription,
})

Lang configuration for different series types. For more dynamic control over the series element descriptions, see accessibility.seriesDescriptionFormatter.

API Docs: https://api.highcharts.com/highcharts/lang.accessibility.series

Implementation

HighchartsLangAccessibilitySeriesOptions(
    {this.description,
    this.nullPointValue,
    this.pointAnnotationsDescription,
    this.summary,
    this.xAxisDescription,
    this.yAxisDescription});