SerieCount: Integer;
SerieCount: integer;
The SerieCount property returns the number of series that are used in the summary statistics calculation.
To add a series, use the IEmStatisticsSettings.Add and IEmStatisticsSettings.AddAllSeries methods; to remove, use the IEmStatisticsSettings.RemoveAllSeries method; to get a series, use the IEmStatisticsSettings.Serie method.
The property use is given in the example for IEmStatisticsSettings.AddAllSeries.
See also: