class TSpectrumTeeItem : public TDSPTeeItem;
A place holder for a reference to TSpectrum object.
Hold a reference to TSpectrum as a TCollection item.
Constructors
| Name | Description |
|---|---|
| TSpectrumTeeItem |
Properties
| Name | Type | Description |
|---|---|---|
| Caption | System::UnicodeString | Description of the input selected. |
| Collection | TMtxCollection* | |
| Index | int | |
| Input | TSpectrum* | Connect a TSpectrum component to the Input. |
| Inputs | TSpectrumList* | Connect a TSpectrumList component to the Inputs. |
| 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 |