HighchartsLangAccessibilityOptions constructor
HighchartsLangAccessibilityOptions({
- HighchartsLangAccessibilityAnnounceNewDataOptions? announceNewData,
- HighchartsLangAccessibilityAxisOptions? axis,
- String? chartContainerLabel,
- HighchartsLangAccessibilityChartTypesOptions? chartTypes,
- String? credits,
- String? defaultChartTitle,
- String? drillUpButton,
- HighchartsLangAccessibilityExportingOptions? exporting,
- String? graphicContainerLabel,
- HighchartsLangAccessibilityLegendOptions? legend,
- HighchartsLangAccessibilityRangeSelectorOptions? rangeSelector,
- String? resetZoomButton,
- HighchartsLangAccessibilityScreenReaderSectionOptions? screenReaderSection,
- HighchartsLangAccessibilitySeriesOptions? series,
- HighchartsLangAccessibilitySeriesTypeDescriptionsOptions? seriesTypeDescriptions,
- HighchartsLangAccessibilitySonificationOptions? sonification,
- String? svgContainerLabel,
- String? svgContainerTitle,
- HighchartsLangAccessibilityTableOptions? table,
- String? thousandsSep,
- HighchartsLangAccessibilityZoomOptions? zoom,
Configure the accessibility strings in the chart. Requires the accessibility module to be loaded. For a description of the module and information on its features, see Highcharts Accessibility.
API Docs: https://api.highcharts.com/highcharts/lang.accessibility
Implementation
HighchartsLangAccessibilityOptions(
{this.announceNewData,
this.axis,
this.chartContainerLabel,
this.chartTypes,
this.credits,
this.defaultChartTitle,
this.drillUpButton,
this.exporting,
this.graphicContainerLabel,
this.legend,
this.navigator,
this.rangeSelector,
this.resetZoomButton,
this.screenReaderSection,
this.series,
this.seriesTypeDescriptions,
this.sonification,
this.svgContainerLabel,
this.svgContainerTitle,
this.table,
this.thousandsSep,
this.zoom});