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

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