IMsTimeMatrix.CalcPointCount

Fore Syntax

CalcPointCount: Integer;

Fore.NET Syntax

CalcPointCount: integer;

Description

The CalcPointCount property returns the number of points between indexes of series start and end.

Comments

To get series start index, use the IMsTimeMatrix.StartIndex property. To get series end index, use the IMsTimeMatrix.EndIndex property.

Fore and Fore.NET Examples

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

See also:

IMsTimeMatrix