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

X-Axis Values design problem

1 Answer 41 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Karim Abdel-Hady
Top achievements
Rank 2
Karim Abdel-Hady asked on 11 Mar 2010, 08:10 AM

Hello,

i have a radchart in my page.... The X-Axis values i am getting from database. since the values are large, so they are overlapping with graph when i set rotaion to 90 degree. Kindly let me know the solution.

Here i have attached a pic of that.

Thanks,,,,

1 Answer, 1 is accepted

Sort by
0
Velin
Telerik team
answered on 15 Mar 2010, 09:05 AM
Hi Karim Abdel-Hady,

You need to set the X axis labels aligned position to Top in order to get the labels right under the axis. Here is the code:
RadChart1.PlotArea.XAxis.Appearance.LabelAppearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.Top;
 

Sincerely yours,
Velin
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
Karim Abdel-Hady
Top achievements
Rank 2
Answers by
Velin
Telerik team
Share this question
or