TiSpectrumDisplay.BarColor

TiSpectrumDisplay See Also

Specifies the color of all bars when created.

property BarColor : TColor;

Description

Use BarColor to set the color of all bars when created.

Example

Delphi

iComponent.BarColor := clBlack;

C++ Builder

iComponent->BarColor = clBlack;

Contents | Index | Previous | Next