TiStripChart.YAxisReverseScale
TiStripChart See Also
Specifies whether the Y-Axis scale is drawn reverse.
property YAxisReverseScale : Boolean;
Description
Use YAxisReverseScale to specify whether the Y-Axis scale is drawn reverse.
When YAxisReverseScale is set to True, the YAxisMin starts at the top and
YAxisMax ends at the bottom. When YAxisReverseScale is set to False, the YAxisMax
starts at the top and YAxisMin ends at the bottom.
Example
Delphi
iComponent.YAxisReverseScale := True;
C++ Builder
iComponent->YAxisReverseScale = True;
Contents | Index | Previous | Next