SignalMarkMode Enumeration

Source: SignalToolsTee.cs · Assembly: Dew.Signal.Tee

public enum SignalMarkMode

Defines how the peaks will be marked, when the user moves the mouse or clicks with the left mouse button.

Values

NameDescription
tmFreeStyleAny value closest to the cursor will be selected.
tmMaximumOnly maximum values closest to the cursor will be selected.
tmMinimumOnly minimum values closest to the cursor will be selected.
tmZeroCrossingOnly zero crossings closest to the cursor will be selected.