HighchartsSonificationOptions constructor
HighchartsSonificationOptions({
- double? afterSeriesWait,
- HighchartsSonificationDefaultInstrumentOptions? defaultInstrumentOptions,
- HighchartsSonificationDefaultSpeechOptions? defaultSpeechOptions,
- double? duration,
- bool? enabled,
- HighchartsSonificationEventsOptions? events,
- List<
HighchartsSonificationGlobalContextTracksOptions> ? globalContextTracks, - List<
HighchartsSonificationGlobalTracksOptions> ? globalTracks, - double? masterVolume,
- String? order,
- HighchartsSonificationPointGroupingOptions? pointGrouping,
- bool? showCrosshair,
- bool? showTooltip,
- double? updateInterval,
Options for configuring sonification and audio charts. Requires the sonification module to be loaded.
API Docs: https://api.highcharts.com/highcharts/sonification
Implementation
HighchartsSonificationOptions(
{this.afterSeriesWait,
this.defaultInstrumentOptions,
this.defaultSpeechOptions,
this.duration,
this.enabled,
this.events,
this.globalContextTracks,
this.globalTracks,
this.masterVolume,
this.order,
this.pointGrouping,
this.showCrosshair,
this.showTooltip,
this.updateInterval});