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


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

    Parameters

    chart
    See Also