public enum SignalMarkMode
Defines how the peaks will be marked, when the user moves the mouse or clicks with the left mouse button.
Values
| Name | Description |
|---|---|
| tmFreeStyle | Any value closest to the cursor will be selected. |
| tmMaximum | Only maximum values closest to the cursor will be selected. |
| tmMinimum | Only minimum values closest to the cursor will be selected. |
| tmZeroCrossing | Only zero crossings closest to the cursor will be selected. |