[]
        
(Showing Draft Content)

Wijmo_Chart_Analytics.Movingaveragetype

MovingAverageType Enumeration

Specifies the type of MovingAverage Series.

Enumeration members

Enumeration members

Exponential

Exponential: = 2

Weighted average of the last n values, where the weight decreases exponentially with each previous value.

Simple

Simple: = 0

An average of the last n values.

Triangular

Triangular: = 3

Weighted average of the last n values, whose result is equivalent to a double smoothed simple moving average.

Weighted

Weighted: = 1

Weighted average of the last n values, where the weight decreases by 1 with each previous value.