TiPlotDataView.GridLineShowLeft

TiPlotDataView See Also

Specifies whether a static line is drawn on the left edge of the grid.

property GridLineShowLeft : Boolean;

Description

Use GridLineShowLeft to specify whether a static line is drawn on the left edge of the grid. The color of the line is controlled by the GridLineColor property.

Example

Delphi

iComponent.DataView[0].GridLineShowLeft := True;

C++ Builder

iComponent->DataView[0]->GridLineShowLeft = True;

Contents | Index | Previous | Next