TiPlotDataView.GridLineXMajorColor

TiPlotDataView

Specifies the color used when drawing the X-Axis Major Tick Grid Lines.

property GridLineXMajorColor : TColor;

Description

Use GridLineXMajorColor to get or set the color used when drawing the X-Axis Major Tick Grid Lines.

This property only has effect if GridLineXMajorCustom is set to TRUE. Otherwise, the Color is specified by the overall GridLineColor property.

Example

Delphi

iComponent.DataView[0].GridLineXMajorColor := clWhite;

C++ Builder

iComponent->DataView[0]->GridLineXMajorColor = clWhite;

Contents | Index | Previous | Next