class TDSPTeeItem : public TMtxConnectItem;
A place holder for a reference to TAnalysis/TAnalysisList object.
Holds a reference to TAnalysis or TAnalysisList as a TCollection item. The item allows the user to establish connection between series on the chart and individual TSignal/TSpectrum objects. Updating data in TSignal/TSpectrum will automatically update the associated chart series. This will function if TAnalysis.Update or TAnalysis.Pull is called or the TAnalysis.UpdateNotify method.
Constructors
| Name | Description |
|---|---|
| TDSPTeeItem |
Destructors
| Name | Description |
|---|---|
| ~TDSPTeeItem |
Properties
| Name | Type | Description |
|---|---|---|
| Caption | System::UnicodeString | Description of the input selected. |
| Collection | TMtxCollection* | |
| Index | int | |
| Input | TAnalysis* | |
| Inputs | TAnalysisList* | |
| InputsItemIndex | int | Specifies the index of the item from the TSignaList to be used as data source. |
| OnInputUpdated | tNotifyEvent | The event will be called when the Input is Updated. |
| Owner | tObject* | |
| Series | TChartSeries* | Defines the TeeChart series to which the data will be drawn. |
| SeriesName | System::UnicodeString | The name of the associated series. |
| UnitScaleXAxis | double | Scaling factor used for the X axis. |
Methods
| Name | Description |
|---|---|
| Assign | |
| CustomEvent | |
| GetCaption | |
| GetInput | |
| GetInputs | |
| GetInputsItemIndex | |
| GetSeries | |
| GetUnitScaleXAxis | |
| LocateSeries | Locates the series with SeriesName in the SeriesList and assings it to the Series property. |
| ReferenceRemoved | |
| Reset | Set Input and Inputs to nil. |
| SetOwner | |
| UpdateReference |
Fields
| Name | Type | Description |
|---|---|---|
| FReference | TReferenceList * | |
| fSeriesName | System::UnicodeString |