IMsTimeMatrix.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of series in matrix.

Comments

To get series point value by its index, use the IMsTimeMatrix.Item property.

Fore and Fore.NET Examples

The property use is given in the example for IMsTimeMatrix.AddSerie.

See also:

IMsTimeMatrix