HighchartsLangAccessibilityOptions constructor

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});