I have used the below method in javascript of asp.net application but not working:
var chart = $find("<%=RadChart1.ClientID%>"); chart.resetZoom();
I have a dynamically generated radhtmlchart for which I need resetzoom. the zoomout option is not userfriendly for large data. can anyone give the correct code in c# or javascript or jquery to resetzoom in radhtmlchart. mine is a asp.net c# application.
https://docs.telerik.com/devtools/aspnet-ajax/controls/chart/client-side/client-side-api