This is a migrated thread and some comments may be shown as answers.

Yaxis Labels

1 Answer 60 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Giovanni
Top achievements
Rank 1
Giovanni asked on 04 Sep 2008, 10:45 PM
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

Sort by
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.
Tags
Chart (Obsolete)
Asked by
Giovanni
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or