IEmSeriesList.Clear

Fore syntax

Clear;

Fore.NET syntax

Clear();

Description

The Clear method removes all series from the collection.

Comments

After executing the method the IEmSeriesList.Count property takes on value 0.

Fore and Fore.NET examples

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

See also:

IEmSeriesList