Add(Items: Array; Name: String; DisplayName: String): IEmSerie;
Add(Items: System.Array; Name: string; DisplayName: string): Prognoz.Platform.Interop.Modeller.IEmSerie;
Items. Array that contains series values.
String. Data series identifier.
DisplayName. Data series name.
The Add method adds a series to the express modeling source data.
To remove the series from the source data, use the IEmSeries.Clear and IEmSeries.Remove methods.
The method use is given in the example for IEmStatisticsSettings.Add.
See also: