TiStripChart.XAxisShow
TiStripChart See Also
Determines whether the XAxis is shown and if the grid scrolls.
property XAxisShow : Boolean;
Description
Use XAxisShow to specify whether the XAxis is shown and if the grid scrolls.
When XAxisShow property is set to True, the XAxis is shown and the grid is
stationary. When XAxisShow property is set to False, the XAxis is not shown and the
grid moves with the data.
Example
Delphi
iComponent.XAxisShow := True;
C++ Builder
iComponent->XAxisShow = True;
Contents | Index | Previous | Next