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).

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)

Syntax

C#
public static void SetOffset(
	C1Chart chart,
	double value
)
Visual Basic
Public Shared Sub SetOffset ( _
	chart As C1Chart, _
	value As Double _
)

Parameters

chart
Type: C1.Phone.Chart..::..C1Chart
value
Type: System..::..Double

See Also