TiSpectrumDisplay.BarCount
TiSpectrumDisplay See Also
Specifies the number of bars in the Spectrum Display.
property BarCount : Integer;
Description
Use BarCount to specify the number of bars in the display. If Autosize is enabled, the size of the control will change in response to this property
being changed.
Example
Delphi
iComponent.BarCount := 10;
C++ Builder
iComponent->BarCount = 10;
Contents | Index | Previous | Next