TiPlotDataView.GridLineYMajorWidth

TiPlotDataView

Specifies the width of the Y-Axis Major Grid Lines.

procedure GridLineYMajorWidth : Integer;

Description

Use Width to get or set the width of the Y-Axis Major Grid Lines. This value is specified in pixels.

This property only has effect if GridLineYMajorCustom is set to TRUE. Otherwise, the width is fixed at 1 pixel.

Example

Delphi

iComponent.DataView[0].GridLineYMajorWidth := 2;

C++ Builder

iComponent->DataView[0]->GridLineYMajorWidth = 2;

Contents | Index | Previous | Next