| Name | Type | Description |
|---|
| ActiveMark | TMarkRecord | Returns the currently active mark. |
| AmpltFormat | String | Defines the number format (like: 0.0##) used to format the amplitude value displayed for the marked peak. |
| ConfMarksOnly | Boolean | If True, the confidence limit points will be added for marked peaks only. Then a point series should be used for upper and lower limits. |
| CursorActive | Boolean | Set this property to false, to disable this TeeTool and hide the cursor. |
| Description | String | |
| DoubleClickClear | Boolean | If True, all marked points will deleted when the user double clicks the chart. |
| FreqFormat | String | Defines the number format (like: 0.0##) used to format the frequency value displayed for the marked peak. |
| LabelHeaders | Boolean | If True, the label displaying the amplitude of the marked peak, will be preceded with 'A = ' and the phase will be preceded with 'P = '.} |
| LowerLimitSeries | Series | Defines the lower limit series for the confidence interval. |
| MarkMode | SpectrumMarkMode | Defines how the marks will be drawn. |
| 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.} |
| MarkType | SpectrumMarkType | Defines the mark type which can show Amplitde, Phase or both. |
| PeakFilterMode | Boolean | Set this property to True, if you want to use digital filter to remove each clicked peak, instead to mark it. |
| PeakZoomBand | Boolean | If True and if the frequency spectrum is zoomed, the peak search will be restricted only to the displayed bandwidth. |
| PhaseFormat | String | Defines the number format (like: 0.0##) used to format the phase value displayed for the marked peak. |
| Summary | String | |
| UpperLimitSeries | Series | Defines the upper limit series for the confidence interval. |