IEmStatisticsSettings.Serie

Fore syntax

Serie(Index: Integer): IEmSerie;

Fore.NET syntax

Serie[Index: integer]: Prognoz.Platform.Interop.Modeller.IEmSerie;

Parameters

Index. Data series index.

Description

The Serie property returns the specified series from the summary statistics calculation set.

Comments

Indexation of the series is continuous and starts from zero. The number of series that are used in the calculation is returned by the IEmStatisticsSettings.SerieCount property.

Fore and Fore.NET examples

The property use is given in the example for IEmStatisticsSettings.AddAllSeries.

See also:

IEmStatisticsSettings