UseTransform: Boolean;
UseTransform: boolean;
The UseTransform property determines whether to use the series calculation options.
Available values:
True. Calculation parameters are used. To set up, use the ILanerCalculateSerie.Transform property. If calculation parameters are not set, correct calculation is not available.
False. Calculation parameters are not used. The ILanerCalculateSerie.Transform property returns Null.
The property use is given in the example for ILanerSeries.AddCalculateSerie.
See also: