IForecast.FirstPoint

Fore Syntax

FirstPoint: Integer;

Fore.NET Syntax

FirstPoint: integer;

Description

The FirstPoint property determines the first forecasting point.

Comments

To set last point of the forecast, use the IForecast.LastPoint property.

Fore and Fore.NET Example

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

See also:

IForecast