HighchartsSonificationOptions constructor

HighchartsSonificationOptions({
  1. double? afterSeriesWait,
  2. HighchartsSonificationDefaultInstrumentOptions? defaultInstrumentOptions,
  3. HighchartsSonificationDefaultSpeechOptions? defaultSpeechOptions,
  4. double? duration,
  5. bool? enabled,
  6. HighchartsSonificationEventsOptions? events,
  7. List<HighchartsSonificationGlobalContextTracksOptions>? globalContextTracks,
  8. List<HighchartsSonificationGlobalTracksOptions>? globalTracks,
  9. double? masterVolume,
  10. String? order,
  11. HighchartsSonificationPointGroupingOptions? pointGrouping,
  12. bool? showCrosshair,
  13. bool? showTooltip,
  14. 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});