ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexPie Class / SelectedItemPosition Property

In This Topic
    SelectedItemPosition Property (FlexPie)
    In This Topic
    Gets or sets the position of the selected slice.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("FlexPie.SelectedItemPosition", "Gets or sets the position of the selected slice.")>
    Public Property SelectedItemPosition As Position
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("FlexPie.SelectedItemPosition", "Gets or sets the position of the selected slice.")]
    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