TiSpectrumDisplay.DecayEnabled
TiSpectrumDisplay See Also
Determines whether the peak lines decay (decrease in value or move vertically
down) over time.
property DecayEnabled : Boolean;
Description
Use DecayEnabled to make the peak lines decay according to the DecayInitialDelay and DecayInterval properties.
Example
Delphi
iComponent.DecayEnabled := True;
C++ Builder
iComponent->DecayEnabled = True;
Contents | Index | Previous | Next