This example shows how to use the client-side API of Telerik Chart for ASP.NET MVC.
To use the client-side API you should first retrieve the chart's client-side object.
<script type="text/javascript">
function getChart(){
// The chart name is "chart"
return $("#chart").data("tChart");
}
</script>
Available client-side methods: