TiStripChart.ShowGrid
TiStripChart See Also
Specifies whether the grid lines are shown.
property ShowGrid : Boolean;
Description
Use ShowGrid to specify whether the grid lines are shown.
Example
Delphi
iComponent.ShowGrid := True;
C++ Builder
iComponent->ShowGrid = True;
Contents | Index | Previous | Next