FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart 命名空间 / C1Sunburst 类 / InnerRadius 属性

本主题中
    InnerRadius 属性 (C1Sunburst)
    本主题中
    Gets or sets the size of the pie's inner radius.
    语法
    '声明
     
    Public Property InnerRadius As Double
    public double InnerRadius {get; set;}
    备注
    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.
    请参见