IEmSeriesList.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 the series use, the IEmSeriesList.Add method, to remove them, use the IEmSeriesList.Clear and IEmSeriesList.Remove methods.

Fore and Fore.NET examples

The property use is given in the example for IEmSeriesList.Item.

See also:

IEmSeriesList