HighchartsAnnotationsEventsOptions constructor
HighchartsAnnotationsEventsOptions({
- HighchartsCallback? add,
- HighchartsCallback? afterUpdate,
- HighchartsCallback? click,
- HighchartsCallback? drag,
- HighchartsCallback? remove,
Events available in annotations.
API Docs: https://api.highcharts.com/highcharts/navigation.annotationsOptions.events
Implementation
HighchartsAnnotationsEventsOptions(
{this.add, this.afterUpdate, this.click, this.drag, this.remove});