IEmComputingSerie

Assembly: Modeller;

Namespace: Prognoz.Platform.Interop.Modeller;

Description

The IEmComputingSerie interface is used to work with a calculated series.

Inheritance hierarchy

          IEmSerie

          IEmComputingSerie

Comments

A calculated series is a series obtained based on existing data series after applying various transformations.

Properties

  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.

Properties inherited from IEmSerie

  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:

Modeller Assembly Interfaces