TiSpectrumDisplay.BarWidth

TiSpectrumDisplay See Also

Specifies the width of all bars.

property BarWidth : Integer;

Description

Use BarWidth to change the width of all indicators. IndicatorWidth is in pixels. If Autosize is enabled, the size of the control will change in response to this property being changed. The height of each bar is set by using the BarValue property.

Example

Delphi

iComponent.BarWidth := 10;

C++ Builder

iComponent->BarWidth = 10;

Contents | Index | Previous | Next