New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Clear the chart on the client-side
Environment
Product | RadHtmlChart for ASP.NET AJAX |
Description
Learn how to clear the series of RadHtmlChart for ASP.NET AJAX on the client.
Solution
You can try:
ASP.NET
<script>
var chart = $find("RadHtmlChart1").get_kendoWidget()
chart.options.series[0].visible = false;
chart.refresh();
</script>
Other options are: