HighchartsSonificationEventsOptions constructor

HighchartsSonificationEventsOptions({
  1. dynamic afterUpdate,
  2. dynamic beforePlay,
  3. dynamic beforeUpdate,
  4. dynamic onBoundaryHit,
  5. dynamic onEnd,
  6. dynamic onPlay,
  7. dynamic onSeriesEnd,
  8. dynamic onSeriesStart,
  9. dynamic onStop,
})

Set up event handlers for the sonification

API Docs: https://api.highcharts.com/highcharts/sonification.events

Implementation

HighchartsSonificationEventsOptions(
    {this.afterUpdate,
    this.beforePlay,
    this.beforeUpdate,
    this.onBoundaryHit,
    this.onEnd,
    this.onPlay,
    this.onSeriesEnd,
    this.onSeriesStart,
    this.onStop});