[]
        
(Showing Draft Content)

C1.Android.Chart.MovingAverageType

MovingAverageType Class

Specifies the type of MovingAverage ChartSeries.

Inheritance
MovingAverageType
Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public sealed class MovingAverageType : Enum

Fields

Name Description
Exponential

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

Simple

An average of the last n values.

Triangular

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

Weighted

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

value__