enum class TSpectrumMarkMode : unsigned int;
Defines how the peaks will be marked.
Defines how the peaks will be marked, when the user moves the mouse or clicks with the left mouse button.
Values
| Name | Description |
|---|---|
| mmFreeStyle | Unlike the four other marking modes, this one will allow the user to mark any value, even, if it is not a peak. |
| mmHarmonic | marks a harmonic series. |
| mmModes | Requires that you first mark the first mode (the frequency to be modulated) and then the second mode (the modulating frequency). The tool will additionally mark both sidebands. |
| mmSideBand | Requires that you first mark the modulation frequency and then the right sideband. The tool will additionaly mark the left sideband and the base frequency. |
| mmSingle | Marks only the nearest peak. |