ISlSerieInt.OriginalValue

Syntax

OriginalValue: Array;

Description

The OriginalValue property returns original values for the data series, that is, for the data specified using the Value property.

Comments

To get categorical data series values, use the ISlSerieInt.Value property.

Example

The property use is given in the example for ISmRandomForest.FilledDependent.

See also:

ISlSerieInt