ComponentOne FlexChart for UWP
SelectedItemPosition Property

C1.UWP.FlexChart Assembly > C1.Xaml.Chart Namespace > C1FlexPie Class : SelectedItemPosition Property
Gets or sets the position of the selected slice.
Syntax
'Declaration
 
Public Property SelectedItemPosition As Position
public Position SelectedItemPosition {get; set;}
Remarks
Setting this property to a value other than 'None' causes the pie to rotate when an item is selected. Note that in order to select slices by clicking the chart, you must set the SelectionMode property to "Point".
See Also

Reference

C1FlexPie Class
C1FlexPie Members