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


In This Topic
    GetInnerRadius Method
    In This Topic
    Gets 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
     
    
    <AttachedPropertyBrowsableForTypeAttribute(C1.WPF.C1Chart.C1Chart)>
    Public Shared Function GetInnerRadius( _
       ByVal chart As C1Chart _
    ) As Double
    'Usage
     
    
    Dim chart As C1Chart
    Dim value As Double
     
    value = PieOptions.GetInnerRadius(chart)
    [AttachedPropertyBrowsableForType(C1.WPF.C1Chart.C1Chart)]
    public static double GetInnerRadius( 
       C1Chart chart
    )

    Parameters

    chart
    See Also