I'm trying to graph a set of value but i have one problem, if for example the values starts at 100, 101 and so on the Yxis start from 0 to the maximum value.. so my question is how can i setup the graph to have the min value of the set of values as the base for the graph.
Thanks
1 Answer, 1 is accepted
0
Ves
Telerik team
answered on 05 Sep 2008, 06:13 AM
Hi Giovanni,
You can choose:
Set AutoScale to false and use AddRange method like RadChart1.PlotArea.YAxis.AddRange(100, 150, 10)
Use the default value of AutoScale (true) and set IsZaroBased to false. This way RadChart will calculate the axis range for you but it will not start from 0.
Hope this helps.
Best regards,
Ves
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.