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

In This Topic
    SelectedItemOffset Property (FlexPie)
    In This Topic
    Gets or sets the offset of the selected slice from the pie center.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    <C1DescriptionAttribute("FlexPie.SelectedItemOffset", "Gets or sets the offset of the selected slice from the pie center.")>
    Public Property SelectedItemOffset As Double
    [DefaultValue(0)]
    [C1Description("FlexPie.SelectedItemOffset", "Gets or sets the offset of the selected slice from the pie center.")]
    public double SelectedItemOffset {get; set;}
    Remarks
    Offsets are measured as a fraction of the pie radius.
    See Also