Skip to main content

WebChartControl.ClientSideEvents Property

Gets an object that lists the client-side events specific to the WebChartControl.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public ChartClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
ChartClientSideEvents

A ChartClientSideEvents object which allows assigning handlers to the client-side events available to the WebChartControl.

Remarks

The ClientSideEvents property provides access to an object of the ChartClientSideEvents type. This object contains properties whose names correspond to the events available to the WebChartControl on the client side. These properties enable handling the events by assigning the JavaScript functions to the required client-side events of the WebChartControl.

For more information, refer to Handling Client-side Scripts.

See Also