aspnet-devexpress-dot-xtracharts-dot-web-af01a841.md
Contains a client-side Web Chart’s event list.
Namespace : DevExpress.XtraCharts.Web
Assembly : DevExpress.XtraCharts.v25.2.Web.dll
NuGet Package : DevExpress.Web.Visualization
public class ChartClientSideEvents :
CallbackClientSideEventsBase
Public Class ChartClientSideEvents
Inherits CallbackClientSideEventsBase
The following members return ChartClientSideEvents objects:
| Library | Related API Members |
|---|---|
| ASP.NET MVC Extensions | ChartControlSettings.ClientSideEvents |
| ASP.NET Web Forms Controls | WebChartControl.ClientSideEvents |
The ChartClientSideEvents class contains properties whose names represent the names of the client-side events which are available for the Web Chart.
Each of these properties provides the ability to assign a handling code (or the name of a JavaScript handle function) to the corresponding client-side event.
An instance of the ChartClientSideEvents class is automatically created when initializing a server-side editor object.
For more information, refer to Handling Client-side Scripts and How to: Use the Client-Side Model of the WebChartControl.
Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CallbackClientSideEventsBase ChartClientSideEvents
See Also