TiPlotDataView.GridLineColor

TiPlotDataView See Also

Specifies the color of the grid lines drawn in the data view.

property GridLineColor : TColor;

Description

Use GridLineColor to get or set the color of the grid lines drawn in the data view.

Example

Delphi

iComponent.DataView[0].GridLineColor := clYellow;

C++ Builder

iComponent->DataView[0]->GridLineColor = clYellow;

Contents | Index | Previous | Next