Count: Integer;
Count: integer;
The Count property returns the number of series in the collection.
To add a series to the collection use the IEmSeries.Add and IEmSeries.AddComputingSeriemethods; to remove, use the IEmSeries.Clear and IEmSeries.Remove methods.
The property use is given in the example for IEmStatisticsSettings.AddAllSeries.
See also: