class TWaterfallChart : public TSpectrumChart;
Constructors
| Name | Description |
|---|---|
| TWaterfallChart |
Destructors
| Name | Description |
|---|---|
| ~TWaterfallChart |
Properties
| Name | Type | Description |
|---|---|---|
| AutoAnalysisUpdate | bool | If True, the series associated with TSignal/TSpectrum component will be redrawn each time TAnalysis updates. |
| ConfidenceIntervalIndex | int | Defines index in Spectrums property for which confidence intervals will be drawn. |
| ConfidenceIntervalVisible | bool | If true, the confidence interval will be drawn for Spectrums property at ConfidenceInterval index. |
| OnAfterMarkPeak | TNotifyEvent | Triggered after a peak has been marked. |
| OnSpectrumMode | TNotifyEvent | Triggered after the spectrumMode property has been changed and all series have been updated |
| PixelDownSample | bool | Set this property to True to enable pixel-downsampling. |
| SpectrumPart | TSpectrumPart | Defines which part of the spectrum will be displayed, magnitude or phase. |
| Spectrums | TSpectrumTeeCollection* | A collection of links to TSpectrum objects. |
| WaterfallSize | int |
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. |
| DspCollection | Returns a pointer to the collection of items connnecting TSignal, TSignalList, TSpectrum and TSpectrumList descendants to the TChart descendants. |
| GetAutoAnalysisUpdate | |
| GetConfidenceIntervalIndex | |
| GetConfidenceIntervalVisible | |
| GetOnAfterMarkPeak | |
| GetOnSpectrumMode | |
| GetPixelDownSample | |
| GetSpectrumMarkTool | |
| GetSpectrumPart | |
| GetTool | Returns TChart.Tools[aIndex]. |
| GetWaterfallSize | |
| InputCount | |
| InternalDrawSeries | |
| InternalDrawValues | |
| Notification | |
| NotifyChartUpdate | |
| SetSpectrumPart |
Fields
| Name | Type | Description |
|---|---|---|
| FDSPCollection | TMtxCollection * |