If you want to label the peaks depending on certain peak properties, you must create a customized expression for the peak labels.
In Multi Signal Plot Properties, select the Peak Labels page.
Make sure, the Show Peak Labels check box is selected.
Under Peak Labels, select No Label for the labels 2 to 4.
Click Label 1.
to create a customized expression forThe Expression Editor opens.
Enter one of the following expressions, according to your requirements.
Expression |
Description |
---|---|
=iif(Peak_Area> 5, Str(Round(Peak_RetentionTime, 2)), "") | Shows the retention time rounded to two decimals, but only for peaks with a calculated area greater than five. |
=iif(UCase(Compound_Name)="TRAMADOL", "*** Tramadol found ***", "") |
Shows the label "*** Tramadol found ***" for the Tramadol peak. All other peaks remain unlabeled. |
Save the settings.