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

Pie multiple selections

1 Answer 52 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Iurii
Top achievements
Rank 1
Iurii asked on 30 Aug 2010, 05:44 PM
I was wondering whether anyone knows if pie chart supports multiple selections. From the examples i could only see that only one slice can be selected at the same time. Ideally, what i am looking for is the ability to select multiple slices with holding ctrl button.

1 Answer, 1 is accepted

Sort by
0
Velin
Telerik team
answered on 02 Sep 2010, 03:02 PM
Hi Iurii,

The pie chart supports multiple selection. You need code like this to enable multiple selection:
SeriesMapping m1 = new SeriesMapping() { SeriesDefinition = new PieSeriesDefinition()  };
m1.SeriesDefinition.InteractivitySettings.SelectionMode = ChartSelectionMode.Multiple;
m1.SeriesDefinition.InteractivitySettings.SelectionScope = InteractivityScope.Item;


Greetings,
Ryan
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
Iurii
Top achievements
Rank 1
Answers by
Velin
Telerik team
Share this question
or