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

Label Rotation

1 Answer 90 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.
Gordon
Top achievements
Rank 1
Gordon asked on 22 Aug 2007, 10:05 PM
Try as I might to get the right label roation I cannot. I have no idea around which point the label rotates

for (int i = 0; i < iCount; i++)
{
// Add a new item
ChartAxisItem pAxisItem = new ChartAxisItem(pGroup.DisplayName);
pAxisItem.Appearance.RotationAngle = -90.0f;
pAxisItem.Appearance.Position.AlignedPosition = Telerik.Charting.Styles.
AlignedPositions.TopRight;
radChart.PlotArea.XAxis.Items.Add(pAxisItem);
}

No matter what I try the label rotation doesn't seem to work as I intend. I am trying to get the label to point straight down but to be aligned to the centre of the bar it is beneath. There are a myriad of options but the online help says nothing on this issue???

Please help

1 Answer, 1 is accepted

Sort by
0
Kiril
Telerik team
answered on 23 Aug 2007, 05:12 PM
Hi Gordon,

We were able to reproduce the problem. Indeed, the alignment of the label items in the axis does not function as it should. This will be fixed in the upcoming Q2 release, which will also come with a new version of RadChart and much improved documentation. The beta of RadControls for WinForms Q2 2007 is expected on Sept. 3rd.

Thank you for bringing this issue to our attention. Your comments are important because they give us pointers on how to most rapidly improve our products in a way to serve you better.
 

Regards,
Kiril
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Chart (obsolete as of Q1 2013)
Asked by
Gordon
Top achievements
Rank 1
Answers by
Kiril
Telerik team
Share this question
or