HighchartsLangAccessibilityScreenReaderSectionOptions constructor

HighchartsLangAccessibilityScreenReaderSectionOptions({
  1. String? afterRegionLabel,
  2. HighchartsLangAccessibilityScreenReaderSectionAnnotationsOptions? annotations,
  3. String? beforeRegionLabel,
  4. String? endOfChartMarker,
})

Language options for the screen reader information sections added before and after the charts.

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

Implementation

HighchartsLangAccessibilityScreenReaderSectionOptions(
    {this.afterRegionLabel,
    this.annotations,
    this.beforeRegionLabel,
    this.endOfChartMarker});