ASP.NET MVC Controls | ComponentOne
In This Topic
    MovingAverageType Enum
    In This Topic
    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 weight decreases by 1 with each previous value.

    Exponential 2

    Weighted average of the last n values, where the weight 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.