CursorMarkTool Class

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

public class CursorMarkTool : ToolSeries

The abstract class provides basics for peak marking feature for a frequency spectrum and measurement cursor feature for a time signal.

Properties

NameTypeDescription
ActiveMarkTMarkRecordReturns the currently active mark.
CursorActiveBooleanSet this property to false, to disable this TeeTool and hide the cursor.
DoubleClickClearBooleanIf True, all marked points will deleted when the user double clicks the chart.
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.}

Methods

NameDescription
ClearMarksClears a list of existing marks.
ctor
MarkedPeakCountReturns the number of marked peaks. Same as TSpectrum.Marks.Count or TSignal.Marks.Count.
PublicChartEvent