ASPxClientWebChartControl.GetChart Method
In This Article
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
TypeScript
GetChart(): ASPxClientWebChart
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
#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