class TAnalysisChart : public TChart;
Abstract class for drawing signals and spectrums.
Constructors
| Name | Description |
|---|---|
| TAnalysisChart |
Destructors
| Name | Description |
|---|---|
| ~TAnalysisChart |
Properties
| Name | Type | Description |
|---|---|---|
| AutoAnalysisUpdate | bool | If True, the series associated with TSignal/TSpectrum component will be redrawn each time TAnalysis updates. |
| PixelDownSample | bool | Set this property to True to enable pixel-downsampling. |
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 | |
| GetPixelDownSample | |
| GetTool | Returns TChart.Tools[aIndex]. |
| InputCount | |
| InternalDrawValues | |
| NotifyChartUpdate |
Fields
| Name | Type | Description |
|---|---|---|
| FDSPCollection | TMtxCollection * |