SpectrumTeeCollection Class

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

public class SpectrumTeeCollection : SignalCollectionBase

The class is used to handle a collection of references to TSpectrum objects. This list is editable from within IDE in design-time. This collection is used to establish links between different TSpectrum descendants and a list of TeeChart Series descendants in the Chart.SeriesList. Once the connected components will udpate, so will their connected chart series to display the new data.

Properties

NameTypeDescription
CountInt32Set count to define number of collection items to hold or read the property to get the count.
ItemSpectrumTeeItemDefault property allows reading and writing collection items at index.

Methods

NameDescription
Add (2)Create a new SignalTeeItem
ctor
IndexOfGet index of value object if it exists in the collection.
InsertInsert value object at index in to the collection.
LocateSeriesUsing the SeriesName property of each of the Items, it locates the actual objects with respective names and assigns them to the Series properties of SpectrumTeeItem objects.
Owner
RemoveRemove object specified with value variable from the collection.
UpdateInputsUpdates connections, if Inputs.Count was changed.

Constants

NameTypeDescription
BlockAssignBoolean
fOnInputUpdatedTNotifyEvent

Events

NameDescription
OnInputUpdated