Skip to main content

ASPxClientWebChartControl Class

A class that provides access to the entire hierarchy of chart elements on the client side.

Declaration

declare class ASPxClientWebChartControl extends ASPxClientControl

Remarks

To access a chart element’s hierarchy on the client side, use the ASPxClientWebChartControl.GetChart method that returns the ASPxClientWebChart object with information about the chart.

The client-side events available through the ASPxClientWebChartControl object allow you to perform a specific action when a user either hot-tracks a particular chart element (ASPxClientWebChartControl.ObjectHotTracked) or clicks on it, selecting it (ASPxClientWebChartControl.ObjectSelected).

Note

The client-side programmatic interface is available if the WebChartControl.EnableClientSideAPI property is set to true.

For more information, refer to Handling Client-side Scripts and How to: Use the Client-Side Model of the WebChartControl.

Inheritance

See Also