Property SLWaterfall.TSLWaterfallXAxis.Reversed
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLWaterfallXAxis
Contents |
Syntax
Delphi:
property Reversed : Boolean read GetReversed write SetReversedProp default False;
C++ Builder:
__property bool Reversed = { read=GetReversed, write=SetReversedProp, default=False };
Summary
Specifies reversed Axis.
Description
Use this property to specify that the axis will be plotted in
reverse ( From right to left instead of left to right, or
from bottom to top instead of top to bottom ).
If set to True, the Axis will be reversed.