TiPlotDataView.GridLineXMinorCustom

TiPlotDataView

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

property GridLineXMinorCustom : Boolean

Description

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

If GridLineXMinorCustom is TRUE, then the X-Axis Minor Tick Grid Lines will be drawn using the GridLineXMinorColor, GridLineXMinorStyle, and GridLineXMinorWidth properties.

If GridLineXMinorCustom is FALSE, then the X-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].GridLineXMinorCustom := True;

C++ Builder

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

Contents | Index | Previous | Next