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
| Name | Type | Description |
|---|---|---|
| Count | Int32 | Set count to define number of collection items to hold or read the property to get the count. |
| Item | SpectrumTeeItem | Default property allows reading and writing collection items at index. |
Methods
| Name | Description |
|---|---|
| Add (2) | Create a new SignalTeeItem |
| ctor | |
| IndexOf | Get index of value object if it exists in the collection. |
| Insert | Insert value object at index in to the collection. |
| LocateSeries | Using 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 | |
| Remove | Remove object specified with value variable from the collection. |
| UpdateInputs | Updates connections, if Inputs.Count was changed. |
Constants
| Name | Type | Description |
|---|---|---|
| BlockAssign | Boolean | |
| fOnInputUpdated | TNotifyEvent |
Events
| Name | Description |
|---|---|
| OnInputUpdated |