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

XAxis Origin at the YAxis

1 Answer 47 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sergio
Top achievements
Rank 1
Sergio asked on 24 May 2011, 11:31 PM
If my Xaxis AutoScale is false and my start value is consistently a number say 10.
How Can I make the start of my graph at (10,0) On.

So instead of having 10 as a marker, make 10 the default marker that displays at the YAxis Line.

Let me know

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 27 May 2011, 12:06 PM
Hello Sergio,

You can set custom range for both axes by turning off the AutoScale property and providing MinValue, MaxValue and Step like this:
this.radChart1.PlotArea.XAxis.AutoScale = false;
this.radChart1.PlotArea.XAxis.AddRange(10, 20, 1);

For more information you can refer to our help topic.

Greetings,
Evgenia
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for download; also available is the Q2'11 Roadmap for Telerik Windows Forms controls.
Tags
Chart (obsolete as of Q1 2013)
Asked by
Sergio
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or