TiPlotComponent.BackGroundGradientStopColor

TiPlotComponent See Also

Specifies the stop color of the background gradient fill.

property BackGroundGradientStopColor : TColor;

Description

Use BackGroundGradientStopColor to read or change the stop color of the background gradient fill.

Example

Delphi

iComponent.BackGroundGradientStopColor := clBlack;

C++ Builder

iComponent->BackGroundGradientStopColor = clBlack;

Contents | Index | Previous | Next