ComponentOne Chart for WPF and Silverlight
GetStartingAngle Method (PolarRadarOptions)


C1.WPF.C1Chart Namespace > PolarRadarOptions Class : GetStartingAngle Method
The chart.
Gets the value of the StartingAngle attached property for the specified chart.
Syntax
'Declaration
 
<System.Windows.AttachedPropertyBrowsableForTypeAttribute(C1.WPF.C1Chart.C1Chart)>
Public Shared Function GetStartingAngle( _
   ByVal chart As C1Chart _
) As System.Double
'Usage
 
Dim chart As C1Chart
Dim value As System.Double
 
value = PolarRadarOptions.GetStartingAngle(chart)
[System.Windows.AttachedPropertyBrowsableForType(C1.WPF.C1Chart.C1Chart)]
public static System.double GetStartingAngle( 
   C1Chart chart
)

Parameters

chart
The chart.

Return Value

The starting angle for polar and radar charts.
See Also

Reference

PolarRadarOptions Class
PolarRadarOptions Members