HighchartsSeriesSonificationDefaultSpeechOptions constructor
HighchartsSeriesSonificationDefaultSpeechOptions({
- String? language,
- HighchartsSonificationDefaultSpeechMappingOptions? mapping,
- HighchartsSonificationDefaultSpeechPointGroupingOptions? pointGrouping,
- String? preferredVoice,
- String? type,
- HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
- bool? showPlayMarker,
Default options for all this series' speech tracks.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.sonification.defaultSpeechOptions
Implementation
HighchartsSeriesSonificationDefaultSpeechOptions(
{this.language,
this.mapping,
this.pointGrouping,
this.preferredVoice,
this.type,
this.activeWhen,
this.showPlayMarker});