TiPlotComponent.BackGroundGradientEnabled

TiPlotComponent See Also

Specifies whether the component's Background Gradient is enabled.

property BackGroundGradientEnabled : Boolean;

Description

Use BackGroundGradientEnabled to specify whether the component gradient background is enabled, or if the BackGroundColor solid color is shown.

Use BackGroundGradientDirection, BackGroundGradientStartColor, and BackGroundGradientStopColor to control the gradient parameters.

Example

Delphi

iComponent.BackGroundGradientEnabled := True;

C++ Builder

iComponent->BackGroundGradientEnabled = True;

Contents | Index | Previous | Next