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

How to change Pie/Doughnut direction?

3 Answers 62 Views
Chart
This is a migrated thread and some comments may be shown as answers.
BOARD LAB
Top achievements
Rank 1
BOARD LAB asked on 07 Jun 2011, 09:24 AM
Is it possible to change the direction of a radial series? What I need is to lay items counter-clockwise instead of clockwise (or viceversa, I don't remember) inside the Pie (or Doughnut). How can I achieve this?

Thanks!

3 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 09 Jun 2011, 12:52 PM
Hi Frenk,
RadChart currently does not support the feature you need. You can only set the start angle (positive value shifts the starting point counter-clockwise, negative value shifts the starting point clockwise). For example:
Copy Code
RadChart1.DefaultSeriesDefinition = new PieSeriesDefinition() { StartAngle = 90 };
RadChart1.ItemsSource = new int[] { 1, 2, 3 };

The same approach applies for DoughnutSeriesDefinition as well.

All the best,
Tsvetie
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
BOARD LAB
Top achievements
Rank 1
answered on 09 Jun 2011, 02:38 PM
Thanks for the answer, I submitted a feature request.
0
Tsvetie
Telerik team
answered on 10 Jun 2011, 10:42 AM
Hi Frenk,
This feature is already on our ToDo list. Here is a link to the PITS item - http://www.telerik.com/support/pits.aspx#/public/silverlight/5123, so that you can vote for the feature and track the progress on it.

Regards,
Tsvetie
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
Asked by
BOARD LAB
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
BOARD LAB
Top achievements
Rank 1
Share this question
or