TiPlotDataView.GridLineShowYMinors

TiPlotDataView See Also

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

property GridLineShowYMinors : Boolean;

Description

Use GridLineShowYMinors to specify whether the Y-Axis minor ticks lines are shown in the grid.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next