TiPlotDataView.GridLineShowYMajors
TiPlotDataView See Also
Specifies whether the Y-Axis major ticks lines are shown in the grid.
property GridLineShowYMajors : Boolean;
Description
Use GridLineShowYMajors to specify whether the Y-Axis major ticks lines are
shown in the grid.
Example
Delphi
iComponent.DataView[0].GridLineShowYMajors := True;
C++ Builder
iComponent->DataView[0]->GridLineShowYMajors = True;
Contents | Index | Previous | Next