TiPlotLegend.BackGroundColor

TiPlotLegend See Also

Specifies the background color of the legend.

property BackGroundColor : TColor;

Description

Use BackGroundColor to get or set the background color of the legend.

Example

Delphi

iComponent.Legend[0].BackGroundColor := clBlack;

C++ Builder

iComponent->Legend[0]->BackGroundColor = clBlack;

Contents | Index | Previous | Next