TiSpectrumDisplay.AutoSize
TiSpectrumDisplay See Also
Determines whether the size of the control automatically resizes to changes in
the bars, number of bars, or the outer margin.
property AutoSize : Boolean;
Description
Use AutoSize to make the control adjust its size automatically when changes
occur to the bars, number of bars, or the outer margin.
Example
Delphi
iComponent.AutoSize := True;
C++ Builder
iComponent->AutoSize = True;
Contents | Index | Previous | Next