Gets the value of the StartingAngle attached property for the specified chart.

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

Syntax

C#
public static double GetStartingAngle(
	C1Chart chart
)
Visual Basic
Public Shared Function GetStartingAngle ( _
	chart As C1Chart _
) As Double

Parameters

chart
Type: C1.Silverlight.Chart..::..C1Chart
The chart.

Return Value

The starting angle for polar and radar charts.

See Also