IEmStatisticsSettings.SerieCount

Fore syntax

SerieCount: Integer;

Fore.NET syntax

SerieCount: integer;

Description

The SerieCount property returns the number of series that are used in the summary statistics calculation.

Comments

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.

Fore and Fore.NET examples

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

See also:

IEmStatisticsSettings