HighchartsSeriesSonificationDefaultSpeechOptions constructor

HighchartsSeriesSonificationDefaultSpeechOptions({
  1. String? language,
  2. HighchartsSonificationDefaultSpeechMappingOptions? mapping,
  3. HighchartsSonificationDefaultSpeechPointGroupingOptions? pointGrouping,
  4. String? preferredVoice,
  5. String? type,
  6. HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
  7. 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});