IEmSeries.Add

Fore syntax

Add(Items: Array; Name: String; DisplayName: String): IEmSerie;

Fore.NET syntax

Add(Items: System.Array; Name: string; DisplayName: string): Prognoz.Platform.Interop.Modeller.IEmSerie;

Parameters

Items. Array that contains series values.

String. Data series identifier.

DisplayName. Data series name.

Description

The Add method adds a series to the express modeling source data.

Comments

To remove the series from the source data, use the IEmSeries.Clear and IEmSeries.Remove methods.

Fore and Fore.NET examples

The method use is given in the example for IEmStatisticsSettings.Add.

See also:

IEmSeries