Members
-
select :Highcharts.PointSelectCallbackFunction|undefined
-
Fires when the point is selected either programmatically or following a click on the point. One parameter,
event
, is passed to the function. Returningfalse
cancels the operation.Type:
- Highcharts.PointSelectCallbackFunction | undefined
-
unselect :Highcharts.PointUnselectCallbackFunction|undefined
-
Fires when the point is unselected either programmatically or following a click on the point. One parameter,
event
, is passed to the function. Returningfalse
cancels the operation.Type:
- Highcharts.PointUnselectCallbackFunction | undefined