TiPlotDataView.GridShow

TiPlotDataView See Also

Specifies whether the grid lines are shown.

property GridShow : Boolean;

Description

Use GridShow to specify whether the grid lines are shown. This property overrides all other Grid properties. If this property is False, then no grid lines are shown. If this property is True, then the grid lines are drawn according to the other grid properties for this data view object.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next