The values on the axis are in reverse order. The direction of values on the axis is flipped.
Visual Basic (Declaration) | |
---|---|
Public Property Reverse As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool Reverse {get; set;} |
Return Value
If false the axis is plotted normally, if true its direction is reversed.Both primary and secondary horizontal axes are normally plotted from left-to-right, while both primary and secondary vertical axes are plotted from top-to-bottom. The plotting directions can be reversed by setting this property to true.
The plotting direction of an axis not only affects its own associated labels and tick marks, but in addition the other axis associated with it (data is plotted using two axes) will be drawn from the opposite direction. For example, setting the Reverse property of the lower X-axis will cause its associated vertical axis to be the right-vertical axis, instead of the left.
Note that you can also use the Series.YAxisType and Series.XAxisType properties to plot a series against primary or secondary axes.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family