ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PolarRadarOptions Class / SetStartingAngle Method
The chart.
The value of starting angle for polar and radar charts.


In This Topic
    SetStartingAngle Method (PolarRadarOptions)
    In This Topic
    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 Double _
    ) 
    'Usage
     
    
    Dim chart As C1Chart
    Dim value As Double
     
    PolarRadarOptions.SetStartingAngle(chart, value)
    public static void SetStartingAngle( 
       C1Chart chart,
       double value
    )

    Parameters

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