ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieOptions Class / SetInnerRadius Method


In This Topic
    SetInnerRadius Method
    In This Topic
    Sets the value of the InnerRadius attached property for the specified chart. The InnerRadius property controls the inner radius of pie/doughnut charts(hole size).
    Syntax
    'Declaration
     
    
    Public Shared Sub SetInnerRadius( _
       ByVal chart As C1Chart, _
       ByVal value As Double _
    ) 
    'Usage
     
    
    Dim chart As C1Chart
    Dim value As Double
     
    PieOptions.SetInnerRadius(chart, value)
    public static void SetInnerRadius( 
       C1Chart chart,
       double value
    )

    Parameters

    chart
    value
    See Also