5 Answers, 1 is accepted
0
Hi akash,
To our greatest regret this is not possible yet. However, this functionality is in our TODO list for the future versions.
Sincerely yours,
Svetoslav
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
To our greatest regret this is not possible yet. However, this functionality is in our TODO list for the future versions.
Sincerely yours,
Svetoslav
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Hi akash,
This is a quick followup to our previous reply. The answer was related to the TextBox report item and not to the series items labels. We are sorry for the misunderstanding.
To rotate the labels you can use the Appearance.LabelAppearance.RotationAngle property of the Series. For example:
this.chart1.Series[0].Appearance.LabelAppearance.RotationAngle = -50;
Kind regards,
Chavdar
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
This is a quick followup to our previous reply. The answer was related to the TextBox report item and not to the series items labels. We are sorry for the misunderstanding.
To rotate the labels you can use the Appearance.LabelAppearance.RotationAngle property of the Series. For example:
this.chart1.Series[0].Appearance.LabelAppearance.RotationAngle = -50;
Kind regards,
Chavdar
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Navnit
Top achievements
Rank 2
answered on 05 Jul 2011, 11:55 AM
Hi,
For some reasons, when I tried --> this.chart1.Series[0], it threw an index out of range exception.
Instead, this code below worked for me:
chart1.PlotArea.XAxis.Appearance.LabelAppearance.RotationAngle = -50;
For some reasons, when I tried --> this.chart1.Series[0], it threw an index out of range exception.
Instead, this code below worked for me:
chart1.PlotArea.XAxis.Appearance.LabelAppearance.RotationAngle = -50;
0
Melissa
Top achievements
Rank 1
answered on 05 Sep 2011, 03:35 AM
Hi,
How do I rotate the whole telerik pie chart?what would be the code behind?Thank you.
How do I rotate the whole telerik pie chart?what would be the code behind?Thank you.
0
Hello Melissa,
You can use the StartAngle property of the serie to rotate the pie chart.
All the best,
Steve
the Telerik team
You can use the StartAngle property of the serie to rotate the pie chart.
All the best,
Steve
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>