TiPlotComponent.XYAxesReverse
TiPlotComponent See Also
Specifies whether the X & Y-Axes are shown reversed.
property XYAxesReverse : Boolean;
Description
Use XYAxesReverse to specify whether the X&Y axes are shown reversed. When
XYAxesReverse is False, the X-Axes are shown horizontal and Y-Axes are shown
vertical. When XYAxesReverse is True, the X-Axes are shown vertical and Y-Axes are
shown Horizontal.
The relative Z-Order of all Axes is preserved when changing this property. If
the Legend is not on the left or right edge of the control when changing this
property, it will be shifted to the outside edge and will remain on the same
side.
To change this property through the property editor, right-click on the layout
viewer inside of the layout tab and click the XYAxesReverse menu item to
toggle.
Example
Delphi
iComponent.XYAxesReverse := True;
C++ Builder
iComponent->XYAxesReverse = True;
Contents | Index | Previous | Next