Gets 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 double GetOffset(
	C1Chart chart
)
Visual Basic
Public Shared Function GetOffset ( _
	chart As C1Chart _
) As Double

Parameters

chart
Type: C1.Phone.Chart..::..C1Chart

Return Value

See Also