IForecast.LastPoint

Syntax

LastPoint: Integer;

Description

The LastPoint property determines the last point of the forecast.

Comments

This point is reckoned from 1. It should be more than the last point of sample period. It is used when a forecast is to be calculated.

To set start point of the forecast, use the IForecast.FirstPoint property.

Example

An example of use is given in the example for the IForecast.Value property.

See also:

IForecast