Series: IEmSeries;
Series: Prognoz.Platform.Interop.Modeller.IEmSeries;
The Series property returns set of source series used in express modeling.
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.
The property use is given in the example for IEmStatisticsSettings.Add.
See also: