HighchartsLangAccessibilityScreenReaderSectionOptions constructor
HighchartsLangAccessibilityScreenReaderSectionOptions({
- String? afterRegionLabel,
- HighchartsLangAccessibilityScreenReaderSectionAnnotationsOptions? annotations,
- String? beforeRegionLabel,
- 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});