HighchartsLegendEventsOptions constructor

HighchartsLegendEventsOptions({
  1. HighchartsCallback? itemClick,
})

General event handlers for the legend. These event hooks can also be attached to the legend at run time using the Highcharts.addEvent function.

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

Implementation

HighchartsLegendEventsOptions({this.itemClick});