ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexPie Class / InnerRadius Property



In This Topic
    InnerRadius Property (C1FlexPie)
    In This Topic
    Gets or sets the size of the pie's inner radius.
    Syntax
    'Declaration
     
    
    Public Property InnerRadius As Double
    'Usage
     
    
    Dim instance As C1FlexPie
    Dim value As Double
     
    instance.InnerRadius = value
     
    value = instance.InnerRadius
    public double InnerRadius {get; set;}
    public:
    property double InnerRadius {
       double get();
       void set (    double value);
    }
    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