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

Plot steps for a chart

1 Answer 92 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
David Hosey
Top achievements
Rank 1
David Hosey asked on 04 Jul 2008, 09:28 AM
Hello,

I want to have the X axis label steps set to 5. If a set the label steps to 5 my Chart will look like this:  Chart_V1
If I don't the labels for X axis looks to messy: Char_V2
I need the x axis to be between a range of data which I get from "ItemDesc" field as you can see in this figure: PropertyWin

Can you please advise me how can I have the range for the x axis label bound to "ItemDesc" field and also be displayed every 5 steps. (ie. 0, 5, 10, 15, 20, ...)
Also even simpler how can I have it just for a fix range with 5 steps.

Also is there anywhere I can find some documentation on the Chart..!!!

Thanks for your help in advance.

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 04 Jul 2008, 10:23 AM
Hello David,

To achieve the desired functionality, please set the AutoScale property of the X Axis to false. Then you can set the MinValue/MaxValue pairs to designate for what interval you would like the labels to appear. To specify a step that is going to be used - please use the Step property.
As for the chart help - our reporting product uses the standard ASP.NET chart web control that we offer as part of RadControls for ASP.NET. You can find its help here, right below the reporting help.

Best wishes,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
David Hosey
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or