HighchartsSeriesSonificationOptions constructor
HighchartsSeriesSonificationOptions({
- List<
HighchartsSeriesSonificationContextTracksOptions> ? contextTracks, - HighchartsSeriesSonificationDefaultInstrumentOptions? defaultInstrumentOptions,
- HighchartsSeriesSonificationDefaultSpeechOptions? defaultSpeechOptions,
- bool? enabled,
- HighchartsSeriesSonificationPointGroupingOptions? pointGrouping,
- List<
HighchartsSeriesSonificationTracksOptions> ? tracks,
Sonification/audio chart options for a series.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.sonification
Implementation
HighchartsSeriesSonificationOptions(
{this.contextTracks,
this.defaultInstrumentOptions,
this.defaultSpeechOptions,
this.enabled,
this.pointGrouping,
this.tracks});