IDmForecasting.Labels

Fore Syntax

Labels: Integer;

Fore.NET Syntax

Labels: integer;

Description

The Labels property determines data source field index, which values are used as the labels for the X axis.

Comments

The field indexing is continuous and starts with zero.

Data source for data mining is determined by the IDmMethod.InputDataSource property.

Fore and Fore.NET Examples

The property use is given in the example for IDmForecasting.ForecastingMethod.

See also:

IDmForecasting