HighchartsBoxPlotSeriesDataEventsOptions constructor
HighchartsBoxPlotSeriesDataEventsOptions({
- HighchartsCallback? click,
- HighchartsCallback? drag,
- HighchartsCallback? dragStart,
- HighchartsCallback? drop,
- HighchartsCallback? mouseOut,
- HighchartsCallback? mouseOver,
- HighchartsCallback? remove,
- HighchartsCallback? select,
- HighchartsCallback? unselect,
- HighchartsCallback? update,
The individual point events.
API Docs: https://api.highcharts.com/highcharts/series.boxplot.data.events
Implementation
HighchartsBoxPlotSeriesDataEventsOptions(
{this.click,
this.drag,
this.dragStart,
this.drop,
this.mouseOut,
this.mouseOver,
this.remove,
this.select,
this.unselect,
this.update});