FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.WPF.Chart 命名空间 / C1FlexPie 类 / SelectedItemPosition 属性

本主题中
    SelectedItemPosition 属性 (C1FlexPie)
    本主题中
    Gets or sets the position of the selected slice.
    语法
    '声明
     
    Public Property SelectedItemPosition As Position
    public Position SelectedItemPosition {get; set;}
    备注
    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".
    请参见