You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Tee Namespace > Structs, Records, Enums > Dew.Signal.Tee.SignalMarkMode Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.Tee.SignalMarkMode Enumeration

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

Syntax
C#
Visual Basic
public enum SignalMarkMode : byte { tmMaximum, tmMinimum, tmZeroCrossing, tmFreeStyle }

SignalToolsTee.cs

Members 
Description 
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.  
tmFreeStyle 
Any value closest to the cursor will be selected.  
Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!