TiSpectrumDisplay.PeakShow
TiSpectrumDisplay See Also
Determines whether the Peak Lines are shown.
property PeakShow : Boolean;
Description
Use PeakShow to show or hide the Peak Lines.
Example
Delphi
iComponent.PeakShow := True;
C++ Builder
iComponent->PeakShow = True;
Contents | Index | Previous | Next