This section describes events fired by this UI component.
Raised before the UI component is disposed of.
Event
Main article: onDisposing
Raised when all series are ready.
Main article: onDone
Raised when the UI component's rendering has finished.
Main article: onDrawn
Raised after the UI component is exported.
Main article: onExported
Raised before the UI component is exported.
Main article: onExporting
Raised before a file with exported UI component is saved to the user's local storage.
Main article: onFileSaving
Raised when an error or warning occurs.
Main article: onIncidentOccurred
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised when a legend item is clicked or tapped.
Main article: onLegendClick
Raised after a UI component property is changed.
Main article: onOptionChanged
Raised when a series point is clicked or tapped.
Main article: onPointClick
Raised after the pointer enters or leaves a series point.
Main article: onPointHoverChanged
Raised when a series point is selected or selection is canceled.
Main article: onPointSelectionChanged
Raised when a tooltip becomes hidden.
Main article: onTooltipHidden
Raised when a tooltip appears.
Main article: onTooltipShown