SpectrumTeeItem Class

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

public class SpectrumTeeItem : DSPTeeItem

Collection item. The class supports handling of TSpectrum as a TCollection item and maintains a list of references to TSpectrum objects. This list is editable from within Delphi IDE in design-time.}

Properties

NameTypeDescription
CaptionStringDescription of the input selected. This caption modifies Series.Name, if set.
CollectionSignalCollectionBaseReturns the collection associated with this object and is the owner.
InputTSpectrumSlot to connect TSpectrum descendant to as the source of data to draw.
InputsTSpectrumListSlot to connect TSpectrum descendant to as the source of data to draw.
InputsItemIndexInt32Specifies the index of the item from the TSignaList to be used as data source.
SeriesSeriesDefines the TeeChart series to which the data will be drawn.
SeriesNameStringSetting the series name will search the series with the matching name in the Chart.SeriesList and assign the first match to the Series property. Note: The name of the series is not the same as the Title.}

Methods

NameDescription
Assign
ctor (2)
CustomEventCall this function when the OnInputUpdate is to be triggered.
Free
LocateSeriesLocates the series with SeriesName in the SeriesList and assignes it to the Series property. This is because the Series property can not be assigned automatically by the Streaming system when loading and saving the components.}
ResetSet Input and Inputs to nil.

Events

NameDescription
OnInputUpdatedThe event will be called when the Input is Updated.