Skip to main content

ASPxClientWebChartControl.GetChart Method

Returns an ASPxClientWebChart object, which contains information about the hierarchy of a chart control, and provides access to the main properties of chart elements on the client side.

Declaration

GetChart(): ASPxClientWebChart

Returns

Type Description
ASPxClientWebChart

An ASPxClientWebChart object containing information about a chart on the client side.

Remarks

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

For a related tutorial, refer to How to: Use the Client-Side Model of the WebChartControl.

See Also