Skip to main content
A newer version of this page is available. .

BootstrapClientChart Events

Represents a client-side equivalent of the Chart control.
Name Description
ArgumentAxisClick Fires when a user clicks a label on the argument axis. Inherited from BootstrapClientChartBase.
Disposing Fires when the widget is removed from the DOM using the remove(), empty(), or html() jQuery methods only. Inherited from BootstrapUIWidgetBase.
Done Fires when the Series and Points chart elements are ready to be accessed. Inherited from BootstrapClientChartBase.
Drawn Fires when the widget has finished drawing itself. Inherited from BootstrapUIWidgetBase.
Exported Fires after data from the widget is exported. Inherited from BootstrapUIWidgetBase.
Exporting Fires before data from the widget is exported. Inherited from BootstrapUIWidgetBase.
FileSaving Raised before a file with exported data is saved on the user’s local storage. Inherited from BootstrapUIWidgetBase.
IncidentOccurred Fires when an error or warning appears in the widget. Inherited from BootstrapUIWidgetBase.
Init Fires once, after the widget is initialized. Inherited from BootstrapUIWidgetBase.
LegendClick Fires when an item on the chart legend is clicked. Inherited from BootstrapClientChartBase.
OptionChanged Fires after an option of the widget has been changed. Inherited from BootstrapUIWidgetBase.
PointClick Fires when a user clicks a series point. Inherited from BootstrapClientChartBase.
PointHoverChanged Fires when the hover state of a series point has been changed. Inherited from BootstrapClientChartBase.
PointSelectionChanged Fires when the selection state of a series point has been changed. Inherited from BootstrapClientChartBase.
SeriesClick Fires when a user clicks a series. Inherited from BootstrapClientChartBase.
SeriesHoverChanged Fires when the hover state of a series has been changed. Inherited from BootstrapClientChartBase.
SeriesSelectionChanged Fires when the selection state of a series has been changed. Inherited from BootstrapClientChartBase.
TooltipHidden Fires when a point’s tooltip becomes hidden. Inherited from BootstrapClientChartBase.
TooltipShown Fires when a point’s tooltip appears. Inherited from BootstrapClientChartBase.
ZoomEnd Fires when a chart zooming or scrolling ends.
ZoomStart Fires when a chart zooming or scrolling begins.
See Also