FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartPie Class / InnerRadius Property

In This Topic
    InnerRadius Property (ChartPie)
    In This Topic
    Gets or sets the inner radius used for doughnut charts. A value greater than zero specifies the percentage of the full pie radius used for the doughnut hole.
    Syntax
    'Declaration
     
    Public Property InnerRadius As Integer
    public int InnerRadius {get; set;}
    See Also