TiPlotDataView.GridLineYMinorCustom

TiPlotDataView

Specifies whether the Y-Axis Minor Tick Grid Lines utilize the custom color, style, and width properties.

property GridLineYMinorCustom : Boolean

Description

Use GridLineYMinorCustom to specify whether the Y-Axis Minor Tick Grid Lines utilize the custom color, style, and width properties.

If GridLineYMinorCustom is TRUE, then the Y-Axis Minor Tick Grid Lines will be drawn using the GridLineYMinorColor, GridLineYMinorStyle, and GridLineYMinorWidth properties.

If GridLineYMinorCustom is FALSE, then the Y-Axis Minor Tick Grid Lines will be drawn using the overall GridLineColor and GridLineMinorStyle, properties. The width will be fixed at 1 pixel.

Example

Delphi

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

C++ Builder

iComponent->DataView[0]->GridLineYMinorCustom = TRUE;

Contents | Index | Previous | Next