HighchartsAccessibilityScreenReaderSectionOptions constructor

HighchartsAccessibilityScreenReaderSectionOptions({
  1. String? afterChartFormat,
  2. HighchartsCallback? afterChartFormatter,
  3. String? axisRangeDateFormat,
  4. String? beforeChartFormat,
  5. HighchartsCallback? beforeChartFormatter,
  6. HighchartsCallback? onPlayAsSoundClick,
  7. HighchartsCallback? onViewDataTableClick,
})

Accessibility options for the screen reader information sections added before and after the chart.

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

Implementation

HighchartsAccessibilityScreenReaderSectionOptions(
    {this.afterChartFormat,
    this.afterChartFormatter,
    this.axisRangeDateFormat,
    this.beforeChartFormat,
    this.beforeChartFormatter,
    this.onPlayAsSoundClick,
    this.onViewDataTableClick});