ComponentOne Chart for WPF and Silverlight
GetInnerRadius Method


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

Parameters

chart
See Also

Reference

PieOptions Class
PieOptions Members