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