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.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] public int InnerRadius { get; set; }  | 
| Visual Basic | 
|---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property InnerRadius As Integer Get Set  |