Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmComputingSerie interface is used to work with a calculated series.
IEmComputingSerie
A calculated series is a series obtained based on existing data series after applying various transformations.
| Property name | Brief description | |
| BaseName | The BaseName property determines series identifier, based on which the calculated series is calculated. | |
| Condition | The Condition property determines complement parameter value for series values calculation. | |
| DisplayName | The DisplayName property determines series name. | |
| Expression | Outdated. Use IEmComputingSerie.Condition. | |
| Name | The Name property determines series identifier. | |
| Type | The Type property determines series values calculation method. |
| Property name | Brief description | |
| Count | The Count property determines number of observations in the data series | |
| DisplayName | The DisplayName property returns the name of the data series. | |
| FullName | The FullName property returns full name of the data series. | |
| Item | The Item property determines value of the data series specified observation. | |
| Name | The Name property returns data series identifier. | |
| Source | The Source property determines the source of data for the series. | |
| Statistic | The Statistic property returns series specified summary statistics value. |
See also: