ComponentOne Chart for WPF and Silverlight
SetStartingAngle Method (PolarRadarOptions)


C1.WPF.C1Chart Namespace > PolarRadarOptions Class : SetStartingAngle Method
The chart.
The value of starting angle for polar and radar charts.
Sets the value of the StartingAngle attached property for the specified chart.
Syntax
'Declaration
 
Public Shared Sub SetStartingAngle( _
   ByVal chart As C1Chart, _
   ByVal value As System.Double _
) 
'Usage
 
Dim chart As C1Chart
Dim value As System.Double
 
PolarRadarOptions.SetStartingAngle(chart, value)
public static void SetStartingAngle( 
   C1Chart chart,
   System.double value
)

Parameters

chart
The chart.
value
The value of starting angle for polar and radar charts.
See Also

Reference

PolarRadarOptions Class
PolarRadarOptions Members