TiPlotDataView.GridLineShowXMinors

TiPlotDataView See Also

Specifies whether the X-Axis minor ticks lines are shown in the grid.

property GridLineShowXMinors : Boolean;

Description

Use GridLineShowXMinors to specify whether the X-Axis minor ticks lines are shown in the grid.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next