TiPlotComponent.BackGroundGradientStartColor

TiPlotComponent See Also

Specifies the start color of the background gradient fill.

property BackGroundGradientStartColor : TColor;

Description

Use BackGroundGradientStartColor to read or change the start color of the background gradient fill.

Example

Delphi

iComponent.BackGroundGradientStartColor := clBlue;

C++ Builder

iComponent->BackGroundGradientStartColor = clBlue;

Contents | Index | Previous | Next