TiSpectrumDisplay.PeakLineColor
TiSpectrumDisplay See Also
Specifies the color of all Peak Lines.
property PeakLineColor : TColor;
Description
Use PeakLineColor to set the color of all Peak Lines.
Example
Delphi
iComponent.PeakLineColor := clBlack;
C++ Builder
iComponent->PeakLineColor = clBlack;
Contents | Index | Previous | Next