You are here: Symbol Reference > SignalToolsTee Namespace > Structs, Records, Enums > SignalToolsTee.TSignalMarkMode Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalToolsTee.TSignalMarkMode Enumeration

Defines which time series values to find.

Pascal
TSignalMarkMode = (
  tmMaximum,
  tmMinimum,
  tmZeroCrossing,
  tmFrequency,
  tmFreeStyle
);
Members 
Description 
tmMaximum 
Marks only the nearest maximum. 
tmMinimum 
Marks only the nearest minimum. 
tmZeroCrossing 
Marks only the nearest zero crossing by using linear interpolation. 
tmFrequency 
Marks muliple peaks after the second one is selected and displays frequency. 
tmFreeStyle 
Marks the nearest series value. 

Defines which signal values will be marked, when the user moves the mouse or clicks with the left mouse button.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!