| Name | Description |
|---|
| AnalysisChart | Abstract class for drawing signals and spectrums. |
| AxisScaleTool | TeeTool extends the scaling capabalities of the axes on a TChart. Use this component to add more options to the default axis scaling provided by TeeChart. The tool allows you to define top and bottom margins for any axis and a "peak hold" behaviour. |
| CursorMarkTool | The abstract class provides basics for peak marking feature for a frequency spectrum and measurement cursor feature for a time signal. |
| DSPTeeItem | A place holder for a reference to TAnalysis/TAnalysisList object. |
| SignalChart | TChart descendant supports drawing of data from connected TSpectrum components. This TChart component allows you to link (associate) TSpectrum descendants with chart series from the Chart.SeriesList. |
| SignalCollectionBase | Abstract class supporting connections of TAnalysis components to be made to TeeChart TChart object. |
| SignalDiscreteSeries | A series drawing a discrete signal sample by sample. |
| SignalHighLowSeries | Series usefull for signal overview charts. |
| SignalMarkTool | Marks values of the signal. Use this Tool to examine and measure the time signal. |
| SignalSeriesTee | Encapsulates static helper functions for Dew Signal series types. |
| SignalTeeCollection | The class is used to handle a collection of references to TSignal objects. This list is editable from within IDE in design-time. This collection is used to establish links between different TSignal descendants and a list of TeeChart Series descendants in the Chart.SeriesList. Once the connected components will udpate, so will their connected chart series to display the new data. |
| SignalTeeItem | Collection item. The class supports handling of TSpectrum as a TCollection item and maintains a list of references to TSpectrum objects. This list is editable from within Delphi IDE in design-time.} |
| SpectrumChart | TChart descendant supports drawing of data from connected TSpectrum components. |
| SpectrumMarkTool | Marks peaks in the frequency spectrums. Use this Tool to examine peaks (their exact frequency, amplitude and phase) of a frequency spectrum. |
| SpectrumTeeCollection | The class is used to handle a collection of references to TSpectrum objects. This list is editable from within IDE in design-time. This collection is used to establish links between different TSpectrum descendants and a list of TeeChart Series descendants in the Chart.SeriesList. Once the connected components will udpate, so will their connected chart series to display the new data. |
| SpectrumTeeItem | Collection item. The class supports handling of TSpectrum as a TCollection item and maintains a list of references to TSpectrum objects. This list is editable from within Delphi IDE in design-time.} |