Selection
This help topic will demonstrate how you can make your charts more interactive by adding a selection behavior.
In order to utilize this behavior users simply have to add it to the chart's Controllers collection. For example:
Add Controller
The ChartSelectionController will be added automatically if the SelectionMode property of RadChartView control is set to one of available options.
ChartSelectionMode
Here is a sample using PieSeries and multiple selection. When a slice is selected, it is being offsetted from the center:
Sliced Pie
Figure 2: Sliced Pie