ComponentOne Chart for WPF and Silverlight
SetInnerRadius Method


C1.WPF.C1Chart Namespace > PieOptions Class : SetInnerRadius Method
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 System.Double _
) 
'Usage
 
Dim chart As C1Chart
Dim value As System.Double
 
PieOptions.SetInnerRadius(chart, value)
public static void SetInnerRadius( 
   C1Chart chart,
   System.double value
)

Parameters

chart
value
See Also

Reference

PieOptions Class
PieOptions Members