FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.Chart 命名空间 / MovingAverageType 枚举

本主题中
    MovingAverageType 枚举
    本主题中
    Specifies the type of MovingAverage Series.
    语法
    '声明
     
    Public Enum MovingAverageType 
       Inherits System.Enum
    public enum MovingAverageType : System.Enum 
    成员
    成员说明
    ExponentialWeighted average of the last n values, where the weightage decreases exponentially with each previous value.
    SimpleAn average of the last n values.
    TriangularWeighted average of the last n values, whose result is equivalent to a double smoothed simple moving average.
    WeightedWeighted average of the last n values, where the weightage decreases by 1 with each previous value.
    继承层次

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

    请参见