ISmSlideSmoothing.Width

Syntax

Width: Integer;

Description

The Width property determines window size.

Comments

The window width is a time interval used to calculate the elements mean. The greater is the window width, the smoother is the series. The window width must be at least two and must not exceed the length of a smoothed series.

The default property value is 5.

Example

The property use is given in the example for ISmSlideSmoothing.MissingData.

See also:

ISmSlideSmoothing