ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PolarRadarOptions Class / GetStartingAngle Method
The chart.


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

    Parameters

    chart
    The chart.

    Return Value

    The starting angle for polar and radar charts.
    See Also