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

Chart Y Axis Margin problem

2 Answers 84 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.
saurabh(GV433015)
Top achievements
Rank 1
saurabh(GV433015) asked on 11 Mar 2011, 05:36 AM
Hi Team,

I m using  radchart control in my project. 
i m drawing real time chart . my Y axis AutoScale =True
But when i m setting the y axis as max of y axis scale, it is hideing the series line.
How i can give a margin for Max values?

Please refer the attachment.



Thanks and Regards
Saurabh dubey

2 Answers, 1 is accepted

Sort by
0
Accepted
Evgenia
Telerik team
answered on 15 Mar 2011, 07:55 AM
Hello saurabh,

Set the AxisMode of the YAxis to Extended as described in our help article. This will provide buffer space above the largest value for better visualizing. Here is how you can do this:
radChart1.PlotArea.YAxis.AxisMode = ChartYAxisMode.Extended;

Kind regards,
Evgenia
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
saurabh(GV433015)
Top achievements
Rank 1
answered on 15 Mar 2011, 08:43 AM
thanks Evgenia .
Tags
Chart (obsolete as of Q1 2013)
Asked by
saurabh(GV433015)
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
saurabh(GV433015)
Top achievements
Rank 1
Share this question
or