IMsTimeMatrix.CalcPointCount

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.

Example

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

See also:

IMsTimeMatrix