In This Topic
Gets or sets a value indicating whether the axis is reversed (top to bottom or right to left).
Syntax
'Declaration
<DefaultValueAttribute(False)>
<C1DescriptionAttribute("Axis.Reversed", "Gets or sets a value indicating whether the axis is reversed (top to bottom or right to left).")>
Public Property Reversed As Boolean
[DefaultValue(false)]
[C1Description("Axis.Reversed", "Gets or sets a value indicating whether the axis is reversed (top to bottom or right to left).")]
public bool Reversed {get; set;}
See Also