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
| Name | Type | Description |
|---|---|---|
| ActiveMark | TMarkRecord | Returns the currently active mark. |
| CursorActive | Boolean | Set this property to false, to disable this TeeTool and hide the cursor. |
| DoubleClickClear | Boolean | If True, all marked points will deleted when the user double clicks the chart. |
| MarkSeries | Series | Defines 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
| Name | Description |
|---|---|
| ClearMarks | Clears a list of existing marks. |
| ctor | |
| MarkedPeakCount | Returns the number of marked peaks. Same as TSpectrum.Marks.Count or TSignal.Marks.Count. |
| PublicChartEvent |