MVCxClientChart Methods
A client-side counterpart of the Chart extension.| Name | Description |
|---|---|
| Cast(obj) static | Converts the specified object to the MVCxClientChart type. |
| PerformCallback(data) | Sends a callback with a parameter to update a Chart by processing the passed information on the server, in an Action specified via the Chart’s ChartControlSettings.CustomActionRouteValues property. |
See Also