HighchartsSeriesEventsOptions constructor
HighchartsSeriesEventsOptions({
- dynamic afterAnimate,
- dynamic checkboxClick,
- dynamic click,
- dynamic hide,
- dynamic legendItemClick,
- dynamic mouseOut,
- dynamic mouseOver,
- dynamic show,
General event handlers for the series items. These event hooks can also be attached to the series at run time using the Highcharts.addEvent
function.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.events
Implementation
HighchartsSeriesEventsOptions(
{this.afterAnimate,
this.checkboxClick,
this.click,
this.hide,
this.legendItemClick,
this.mouseOut,
this.mouseOver,
this.show});