TiPlotLegend.SelectedItemBackGroundColor

TiPlotLegend See Also

Specifies the background color of selected items in the legend.

property SelectedItemBackGroundColor : TColor;

Description

Use SelectedItemBackGroundColor to get or set the background color of selected items in the legend.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next