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

Item position in the chart

3 Answers 34 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Yoong Hui Chia
Top achievements
Rank 1
Yoong Hui Chia asked on 26 May 2010, 05:55 AM
Hi,

Please see the screenshot as attached, the items on the chart has been covered by the Y-axis, is it possible to Z-index of these points ? Understand that the chart is generated as image, so im wondering if we can use code to control the overlay position of the point items.

Thanks

3 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 28 May 2010, 09:09 AM
Hello Yoong Hui Chia,

I am afraid this cannot be configured. One possible workaround would be to configure the Y axis to start from -20, so that there is additional space in the bottom of the plot area.

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.
0
Yoong Hui Chia
Top achievements
Rank 1
answered on 29 May 2010, 04:08 AM
I'm using datatable to bind the chart, can you provide an example on how to extend the Y starting point from -20 ?

Thanks,
0
Ves
Telerik team
answered on 02 Jun 2010, 04:27 PM
Hello Yoong Hui Chia,

You can add these two lines:

RadChart1.PlotArea.YAxis.AutoScale = false;
RadChart1.PlotArea.YAxis.AddRange(-20, 160, 20);


Sincerely,
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
Yoong Hui Chia
Top achievements
Rank 1
Answers by
Ves
Telerik team
Yoong Hui Chia
Top achievements
Rank 1
Share this question
or