ASP.NET MVC Controls
MovingAverageType Enum
File
wijmo.chart.analytics.js
Module
wijmo.chart.analytics

Specifies the type of MovingAverage Series.

Members

Name Value Description
Simple 0

An average of the last n values.

Weighted 1

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

Exponential 2

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

Triangular 3

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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback