ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart Class / PieInnerRadius Property

In This Topic
    PieInnerRadius Property
    In This Topic
    For Pie charts, gets or sets the inner radius of the pie, in percent relative to the outer radius. Values greater than 0 turn a pie chart into a doughnut.
    Syntax
    'Declaration
     
    Public Property PieInnerRadius As Integer
    public int PieInnerRadius {get; set;}
    See Also