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

ChartClientSideEvents Class

Contains a client-side Web Chart’s event list.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v19.1.Web.dll

Declaration

public class ChartClientSideEvents :
    CallbackClientSideEventsBase

The following members return ChartClientSideEvents objects:

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.

Implements

See Also