IEmSeries.Count

Fore syntax

Count: Integer;

Fore.NET syntax

Count: integer;

Description

The Count property returns the number of series in the collection.

Comments

To add a series to the collection use the IEmSeries.Add and IEmSeries.AddComputingSeriemethods; to remove, use the IEmSeries.Clear and IEmSeries.Remove methods.

Fore and Fore.NET examples

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

See also:

IEmSeries