SignalChart Class

Source: SignalChartsTee.cs · Assembly: Dew.Signal.Tee
TChartAnalysisChartSignalChart

public class SignalChart : AnalysisChart

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.

Properties

NameTypeDescription
AutoAnalysisUpdateBooleanIf True, the series associated with TSignal/TSpectrum component will be redrawn each time TAnalysis.Update method is called.}
ColorColor
PixelDownSampleBooleanSet this property to True to enable pixel-downsampling. Set TVec.PixelDownSample for more info.
SignalsSignalTeeCollection

Methods

NameDescription
BeginInitRequired by ISupportInitialize but does nothing.
ClearMarksClears marks of all associated CursorMarkTool objects.
ctor (2)
DeactivateMarkingToolsSets the CursorActive property of all contained marking tools to false. This is required before the chart is saved using VCL streaming system.
DrawValuesDrawValues 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.}
EndInitRequired by ISupportInitialize and calls Signals.UpdateInputs() to reconnect inputs.
RegisterSeries
RegisterTools

Events

NameDescription
OnAfterMarkPeak