ComponentOne Chart for WPF and Silverlight
SetOffset Method


C1.WPF.C1Chart Namespace > PieOptions Class : SetOffset Method
Sets the value of the Offset attached property for the specified chart. The Offset property controls the distance of pie slices from the center(Explosion).
Syntax
'Declaration
 
Public Shared Sub SetOffset( _
   ByVal chart As C1Chart, _
   ByVal value As System.Double _
) 
'Usage
 
Dim chart As C1Chart
Dim value As System.Double
 
PieOptions.SetOffset(chart, value)
public static void SetOffset( 
   C1Chart chart,
   System.double value
)

Parameters

chart
value
See Also

Reference

PieOptions Class
PieOptions Members