TiPlotLegend.BackGroundTransparent
TiPlotLegend See Also
Specifies whether the background behind the legend shows through.
property BackGroundTransparent : Boolean;
Description
Use the BackGroundTransparent property to specify whether the background
behind the legend shows through.
Example
Delphi
iComponent.Legend[0].BackGroundTransparent := True;
C++ Builder
iComponent->Legend[0]->BackGroundTransparent = True;
Contents | Index | Previous | Next