ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / Reversed Property


In This Topic
    Reversed Property
    In This Topic
    Gets or sets whether the axis is reversed.
    Syntax
    'Declaration
     
    
    Public Property Reversed As Boolean
    'Usage
     
    
    Dim instance As Axis
    Dim value As Boolean
     
    instance.Reversed = value
     
    value = instance.Reversed
    public bool Reversed {get; set;}
    See Also