ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieOptions Class / SetDirection Method


In This Topic
    SetDirection Method (PieOptions)
    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
     
    PieOptions.SetDirection(chart, value)
    public static void SetDirection( 
       C1Chart chart,
       SweepDirection value
    )

    Parameters

    chart
    value
    See Also