TiPlotDataView.GridLineYMinorWidth

TiPlotDataView

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

procedure GridLineYMinorWidth : Integer;

Description

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

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

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next