ComponentOne Xamarin Edition
MovingAverageType Enumeration
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace : MovingAverageType Enumeration
Specifies the type of MovingAverage ChartSeries.
Syntax
public enum MovingAverageType : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Chart.MovingAverageType

See Also

Reference

C1.Xamarin.Forms.Chart Namespace