enum class TSignalMarkMode : unsigned int;
Defines which time series values to find.
Defines which signal values will be marked, when the user moves the mouse or clicks with the left mouse button.
Values
| Name | Description |
|---|---|
| tmFreeStyle | Marks the nearest series value. |
| tmFrequency | Marks muliple peaks after the second one is selected and displays frequency. |
| tmMaximum | Marks only the nearest maximum. |
| tmMinimum | Marks only the nearest minimum. |
| tmZeroCrossing | Marks only the nearest zero crossing by using linear interpolation. |