ChartClientSideEvents Properties
Contains a client-side Web Chart’s event list.Name | Description |
---|---|
BeginCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase. |
CallbackError | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase. |
CustomDrawCrosshair | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client ASPxClientWebChartControl.CustomDrawCrosshair event. |
EndCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase. |
Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
ObjectHotTracked | Gets or sets the name of the JavaScript function or the entire code which will handle a client chart control’s ASPxClientWebChartControl.ObjectHotTracked event. |
ObjectSelected | Gets or sets the name of the JavaScript function or the entire code which will handle a client chart control’s ASPxClientWebChartControl.ObjectSelected event. |
See Also