Hi Muhamed Shafi,
You can control axes values by setting the AutoScale to False. Then you need to set Min, Max and Step values which will then define your axis.
Alternatively need to do a custom logic, by wiring to the Chart's BeforeLayout event and set the value of each ChartAxisItem. Similar scenario is achieved in the following forum thread:
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/how-to-hide-y-axis-labels.aspx#1752195
More about axes can be found here:
http://www.telerik.com/help/aspnet-ajax/radchart-axes.html
Best wishes,
Peshito
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now