HighchartsSeriesEventsOptions constructor

HighchartsSeriesEventsOptions({
  1. dynamic afterAnimate,
  2. dynamic checkboxClick,
  3. dynamic click,
  4. dynamic hide,
  5. dynamic legendItemClick,
  6. dynamic mouseOut,
  7. dynamic mouseOver,
  8. 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});