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

本主题中
    MovingAverageType 枚举
    本主题中
    Specifies a type of moving average.
    语法
    '声明
     
    Public Enum MovingAverageType 
       Inherits System.Enum
    public enum MovingAverageType : System.Enum 
    成员
    成员说明
    ExponentialExponential moving average (EMA).
    SimpleSimple moving average (SMA).
    继承层次

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

    请参见