[]
        
(Showing Draft Content)

C1.Android.Chart.MovingAverageType.Weighted

Weighted Field

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

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