ComponentOne Chart for WPF and Silverlight
SetStartingAngle Method (PieOptions)


C1.WPF.C1Chart Namespace > PieOptions Class : SetStartingAngle Method
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
 
PieOptions.SetStartingAngle(chart, value)
public static void SetStartingAngle( 
   C1Chart chart,
   System.double value
)

Parameters

chart
value
See Also

Reference

PieOptions Class
PieOptions Members