HighchartsSonificationEventsOptions constructor
HighchartsSonificationEventsOptions({
- dynamic afterUpdate,
- dynamic beforePlay,
- dynamic beforeUpdate,
- dynamic onBoundaryHit,
- dynamic onEnd,
- dynamic onPlay,
- dynamic onSeriesEnd,
- dynamic onSeriesStart,
- 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});