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

In This Topic
    InnerRadius Property (FlexPie)
    In This Topic
    Gets or sets the size of the pie's inner radius.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    <C1DescriptionAttribute("FlexPie.InnerRadius", "Gets or sets the size of the pie's inner radius.")>
    Public Property InnerRadius As Double
    [DefaultValue(0)]
    [C1Description("FlexPie.InnerRadius", "Gets or sets the size of the pie's inner radius.")]
    public double InnerRadius {get; set;}
    Remarks
    The inner radius is measured as a fraction of the pie radius. The default value for this property is zero, which creates a pie. Setting this property to values greater than zero creates pies with a hole in the middle, also known as doughnut charts.
    See Also