SignalMarkTool Class

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

public class SignalMarkTool : CursorMarkTool

Marks values of the signal. Use this Tool to examine and measure the time signal.

Properties

NameTypeDescription
ActiveMarkTMarkRecordReturns the currently active mark.
AmpltFormatStringDefines the number format (like: 0.0##) used to format the amplitude value displayed for the marked peak.
CursorActiveBooleanSet this property to false, to disable this TeeTool and hide the cursor.
DescriptionString
DoubleClickClearBooleanIf True, all marked points will deleted when the user double clicks the chart.
MarkModeSignalMarkModeDefines how the marks will be drawn.
MarkSeriesSeriesDefines a chart series to draw marks. Usually this is a Point Series or some other series usefull to make marked points stand out. TeeChart only provides means to draw all marks or every second, third etc... By drawing marks on a separate series, you can have any number of marks at any location ranging from zero to values count.}
SummaryString
TimeFormatStringDefines the number format (like: 0.0##) used to format the time value displayed for the marked peak.

Methods

NameDescription
ClearMarks
ctor (2)
GetSignalSearches for the TSignal associated with the Tool and returns it. The TSignal object (or derived class) contains the data to be analyzed.
MarkedPeakCount
PublicChartEvent