ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PolarRadarOptions Class / SetDirection Method
The chart
The direction of plotting for polar and radar charts.


In This Topic
    SetDirection Method (PolarRadarOptions)
    In This Topic
    Sets the value of the Direction attached property for the specified chart.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetDirection( _
       ByVal chart As C1Chart, _
       ByVal value As SweepDirection _
    ) 
    'Usage
     
    
    Dim chart As C1Chart
    Dim value As SweepDirection
     
    PolarRadarOptions.SetDirection(chart, value)
    public static void SetDirection( 
       C1Chart chart,
       SweepDirection value
    )

    Parameters

    chart
    The chart
    value
    The direction of plotting for polar and radar charts.
    See Also