TAnalysisChart Class

Header: Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only
TChartTAnalysisChart

class TAnalysisChart : public TChart;

Abstract class for drawing signals and spectrums.

Constructors

NameDescription
TAnalysisChart

Destructors

NameDescription
~TAnalysisChart

Properties

NameTypeDescription
AutoAnalysisUpdateboolIf True, the series associated with TSignal/TSpectrum component will be redrawn each time TAnalysis updates.
PixelDownSampleboolSet this property to True to enable pixel-downsampling.

Methods

NameDescription
ClearMarksClears marks of all associated TCursorMarkTool objects.
DeactivateMarkingToolsSets the CursorActive property of all contained marking tools to false.
DrawAllValuesThe method will call DrawValues(Index) for all valid indexes.
DrawDataValuesDrawValues 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.
DspCollectionReturns a pointer to the collection of items connnecting TSignal, TSignalList, TSpectrum and TSpectrumList descendants to the TChart descendants.
GetAutoAnalysisUpdate
GetPixelDownSample
GetToolReturns TChart.Tools[aIndex].
InputCount
InternalDrawValues
NotifyChartUpdate

Fields

NameTypeDescription
FDSPCollectionTMtxCollection *