class TSignalChart : public TAnalysisChart;
TChart descendant supports drawing of data from connected TSignal components.
This TChart component allows you to connect (associate) TSignal descendants with chart series from the Chart.SeriesList .
Constructors
| Name | Description |
|---|---|
| TSignalChart |
Destructors
| Name | Description |
|---|---|
| ~TSignalChart |
Properties
| Name | Type | Description |
|---|---|---|
| AutoAnalysisUpdate | bool | If True, the series associated with TSignal/TSpectrum component will be redrawn each time TAnalysis updates. |
| ComplexSignalPart | TComplexSignalPart | Specifies how to draw a complex signal. |
| PixelDownSample | bool | Set this property to True to enable pixel-downsampling. |
| Signals | TSignalTeeCollection* | Maintaines a list of pointers to TSignal objects. |
Methods
| Name | Description |
|---|---|
| ClearMarks | Clears marks of all associated TCursorMarkTool objects. |
| DeactivateMarkingTools | Sets the CursorActive property of all contained marking tools to false. |
| DrawAllValues | The method will call DrawValues(Index) for all valid indexes. |
| DrawDataValues | DrawValues will add all data of the TSignal/TSpectrum component located at Index in the TSignal/TSpectrum list to the series located at Index in the Chart.SeriesList. |
| DrawSignal | |
| DspCollection | Returns a pointer to the collection of items connnecting TSignal, TSignalList, TSpectrum and TSpectrumList descendants to the TChart descendants. |
| GetAutoAnalysisUpdate | |
| GetComplexSignalPart | |
| GetPixelDownSample | |
| GetTool | Returns TChart.Tools[aIndex]. |
| HasComplexData | Returns true, if any of the data drawn is complex (analytical) signal. |
| InputCount | |
| InternalDrawValues | |
| Notification | |
| NotifyChartUpdate |
Fields
| Name | Type | Description |
|---|---|---|
| FDSPCollection | TMtxCollection * |