FlexPivot for WinForms
MovingAverageType 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 : 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

参照

C1.Chart 名前空間