TiPlotDataView.GridLineShowXMajors

TiPlotDataView See Also

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

property GridLineShowXMajors : Boolean;

Description

Use GridLineShowXMajors to specify whether the X-Axis major ticks lines are shown in the grid.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next