[]
        
(Showing Draft Content)

C1.Android.Chart.MovingAverageType.Exponential

Exponential Field

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

Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public const MovingAverageType Exponential = 2
Returns
Type Description
MovingAverageType Weighted average of the last n values, where the weightage decreases exponentially with each previous value.