Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmSerie interface is used to work with the data series.
IEmSerie
To work with a set of series, use the IEmSeries and IEmSeriesList interfaces.
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: