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