TiPlotDataView.GridLineShowBottom
TiPlotDataView See Also
Specifies whether a static line is drawn on the bottom edge of the grid.
property GridLineShowBottom : Boolean;
Description
Use GridLineShowBottom to specify a static line is drawn on the bottom edge of
the grid. The color of the line is controlled by the GridLineColor property.
Example
Delphi
iComponent.DataView[0].GridLineShowBottom := True;
C++ Builder
iComponent->DataView[0]->GridLineShowBottom = True;
Contents | Index | Previous | Next