public class SignalTeeCollection : SignalCollectionBase
The class is used to handle a collection of references to TSignal objects. This list is editable from within IDE in design-time. This collection is used to establish links between different TSignal 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 | SignalTeeItem | 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 SignalTeeItem objects. |
| Owner | |
| Remove | Remove object specified with value variable from the collection. |
| UpdateInputs | Reconnects Inputs, if there were any changes in its Inputs.Count. |
Constants
| Name | Type | Description |
|---|---|---|
| BlockAssign | Boolean | |
| fOnInputUpdated | TNotifyEvent |
Events
| Name | Description |
|---|---|
| OnInputUpdated |