TiStripChart.AxisGridColor

TiStripChart See Also

Specifies the color of the Axis and Grid lines.

property AxisGridColor : TColor;

Description

Use AxisGridColor to read or change the color of the Axis and Grid lines.

Example

Delphi

iComponent.AxisGridColor := clLime;

C++ Builder

iComponent->AxisGridColor = clLime;

Contents | Index | Previous | Next