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

MVCxClientChart Events

A client-side counterpart of the Chart extension.
Name Description
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientWebChartControl. Inherited from ASPxClientWebChartControl.
CustomDrawCrosshair Occurs before crosshair items are drawn when the chart’s contents are being drawn. Inherited from ASPxClientWebChartControl.
EndCallback Occurs on the client side after a callback’s server-side processing has been completed. Inherited from ASPxClientWebChartControl.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
ObjectHotTracked Occurs on the client side when any chart element is hot-tracked. Inherited from ASPxClientWebChartControl.
ObjectSelected Occurs on the client side when any chart element is selected. Inherited from ASPxClientWebChartControl.
See Also