Interface: PointEventsOptionsObject

Highcharts. PointEventsOptionsObject

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. Returning false cancels the operation.

Type:

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. Returning false cancels the operation.

Type: