[]
        
(Showing Draft Content)

C1.Chart.MovingAverageType

MovingAverageType Enum

Specifies the type of MovingAverage Series.

Namespace: C1.Chart
Assembly: C1.WinUI.Chart.dll
Syntax
public enum MovingAverageType

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.