ChartClientSideEvents Class
Contains a client-side Web Chart’s event list.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Related API Members
The following members return ChartClientSideEvents objects:
Library | Related API Members |
---|---|
ASP.NET MVC Extensions | ChartControlSettings.ClientSideEvents |
ASP.NET Web Forms Controls | WebChartControl.ClientSideEvents |
Remarks
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.