TiPlotDataView.GridLineXMajorWidth
TiPlotDataView
Specifies the width of the X-Axis Major Grid Lines.
procedure GridLineXMajorWidth : Integer;
Description
Use Width to get or set the width of the X-Axis Major Grid Lines. This value
is specified in pixels.
This property only has effect if GridLineXMajorCustom is set to TRUE. Otherwise, the width is fixed at 1 pixel.
Example
Delphi
iComponent.DataView[0].GridLineXMajorWidth := 2;
C++ Builder
iComponent->DataView[0]->GridLineXMajorWidth = 2;
Contents | Index | Previous | Next