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