Axis.IsReversed Property

Definition

Gets or sets a flag which indicates whether the axis is reversed.

public:
 property bool IsReversed { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsReversed { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsReversed : bool with get, set
Public Property IsReversed As Boolean

Property Value

true if the axis is reversed; otherwise, False.

Attributes

Remarks

If set to reversed, the values on the axis are in reversed sort order and the direction of values on the axis is flipped.

Applies to