remove property
Fires when the point is removed using the .remove()
method. One
parameter, event
, is passed to the function. Returning false
cancels the operation.
API Docs: https://api.highcharts.com/highcharts/series.boxplot.data.events.remove
Implementation
HighchartsCallback? remove;