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

Spline chart edge detection

1 Answer 39 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Elmar
Top achievements
Rank 1
Elmar asked on 14 Jun 2010, 01:54 PM
Hi,
I'm working with the Q2 2009 SP1 telerik suite and run into a problem when rendering a spline chart.
Essentially the edges seem to roll of the chart as highlighted in the attached illustration. I'd like to find out if there is a setting (or later release) that will prevent this behavior.

Thanks in advance,
Elmar

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 16 Jun 2010, 02:09 PM
Hello Elmar,

This is because of the nature of the spline curve. It may go higher than its highest defining point as well as lower than its lowest defining point. You can set YAxis.AutoScale property to false and provide your own values for its range:

RadChart1.PlotArea.AxisY.AutoScale = false;
RadChart1.PlotArea.AxisY.AddRange(-10, 50, 10);


Best regards,
Ves
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Chart (Obsolete)
Asked by
Elmar
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or