IMsCrossDimensionAggregationOptions.FillGapsUserMethodParams

Syntax

FillGapsUserMethodParams: IMsUserMethodParams;

Description

The FillGapsUserMethodParams property returns parameters of custom missing data treatment method.

Comments

The first parameter of the custom method to be passed should be the series presented by the ITimeSeries interface. The other parameters are optional, they are set by the user.

Example

The property use is given in the example for IMsCrossDimensionAggregationOptions.FillGapsUserMethod.

See also:

IMsCrossDimensionAggregationOptions