New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Clear the chart on the client-side

Environment

ProductRadHtmlChart 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:

In this article
EnvironmentDescriptionSolution
Not finding the help you need?
Contact Support