TiStripChart.YAxisShow
TiStripChart See Also
Determines whether the YAxis is shown.
property YAxisShow : Boolean;
Description
Use YAxisShow to specify whether the YAxis is shown.
Example
Delphi
iComponent.YAxisShow := True;
C++ Builder
iComponent->YAxisShow = True;
Contents | Index | Previous | Next