TiStripChart.GridBackGroundColor

TiStripChart See Also

Specifies the background color of the grid.

property GridBackGroundColor : TColor;

Description

Use GridBackGroundColor to read or change the grid background color.

Example

Delphi

iComponent.GridBackGroundColor := clTeal;

C++ Builder

iComponent->GridBackGroundColor = clTeal;

Contents | Index | Previous | Next