C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexPie Class / SelectedItemPosition Property


In This Topic
SelectedItemPosition Property
In This Topic
Gets or sets the position of the selected slice.
Syntax
'Declaration
 
Public Property SelectedItemPosition As ChartPositionType
 
'Usage
 
Dim instance As FlexPie
Dim value As ChartPositionType
 
instance.SelectedItemPosition = value
 
value = instance.SelectedItemPosition
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