HighchartsAccessibilityOptions constructor

HighchartsAccessibilityOptions({
  1. HighchartsAccessibilityAnnounceNewDataOptions? announceNewData,
  2. dynamic customComponents,
  3. String? description,
  4. bool? enabled,
  5. String? highContrastMode,
  6. dynamic highContrastTheme,
  7. HighchartsAccessibilityKeyboardNavigationOptions? keyboardNavigation,
  8. String? landmarkVerbosity,
  9. String? linkedDescription,
  10. HighchartsAccessibilityPointOptions? point,
  11. HighchartsAccessibilityScreenReaderSectionOptions? screenReaderSection,
  12. HighchartsAccessibilitySeriesOptions? series,
  13. String? typeDescription,
})

Options for configuring accessibility for 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/accessibility

Implementation

HighchartsAccessibilityOptions(
    {this.announceNewData,
    this.customComponents,
    this.description,
    this.enabled,
    this.highContrastMode,
    this.highContrastTheme,
    this.keyboardNavigation,
    this.landmarkVerbosity,
    this.linkedDescription,
    this.point,
    this.screenReaderSection,
    this.series,
    this.typeDescription});