HighchartsAccessibilityScreenReaderSectionOptions constructor
HighchartsAccessibilityScreenReaderSectionOptions({
- String? afterChartFormat,
- HighchartsCallback? afterChartFormatter,
- String? axisRangeDateFormat,
- String? beforeChartFormat,
- HighchartsCallback? beforeChartFormatter,
- HighchartsCallback? onPlayAsSoundClick,
- 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});