Xamarin.iOS のドキュメント
SelectedItemPosition プロパティ

C1.iOS.Chart アセンブリ > C1.iOS.Chart 名前空間 > FlexPie クラス : SelectedItemPosition プロパティ
選択されたセグメントの位置を取得または設定します。
シンタックス
'宣言
 
<Foundation.ExportAttribute("SelectedItemPosition")>
<System.ComponentModel.BrowsableAttribute(True)>
Public Property SelectedItemPosition As ChartPositionType
[Foundation.Export("SelectedItemPosition")]
[System.ComponentModel.Browsable(true)]
public ChartPositionType SelectedItemPosition {get; set;}
解説
このプロパティを「None」以外の設定すると、項目が選択されたときに円が回転します。 グラフをクリックしてセグメントを選択するには、SelectionMode プロパティを "Point" に設定する必要があります。
参照

FlexPie クラス
FlexPie メンバ