TiPlotDataView.BackGroundColor

TiPlotDataView See Also

Specifies the background color of the data view.

property BackGroundColor : TColor;

Description

Use BackGroundColor to get or set the background color of the data view.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next