IExpressModeller.Series

Fore syntax

Series: IEmSeries;

Fore.NET syntax

Series: Prognoz.Platform.Interop.Modeller.IEmSeries;

Description

The Series property returns set of source series used in express modeling.

Comments

To add the series to the set, use the IEmSeries.Add and IEmSeries.AddComputingSerie methods; to remove the series from the set, use the IEmSeries.Clear and IEmSeries.Remove methods.

Fore and Fore.NET examples

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

See also:

IExpressModeller