[]
        
(Showing Draft Content)

C1.Android.Chart.MovingAverageType.Triangular

Triangular Field

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

Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public const MovingAverageType Triangular = 3
Returns
Type Description
MovingAverageType Weighted average of the last n values, whose result is equivalent to a double smoothed simple moving average.