FlexChart | ComponentOne
C1.WPF.Chart.Finance Assembly / C1.Chart.Finance Namespace / MovingAverageType Enumeration

In This Topic
    MovingAverageType Enumeration
    In This Topic
    Specifies a type of moving average.
    Syntax
    'Declaration
     
    Public Enum MovingAverageType 
       Inherits System.Enum
    public enum MovingAverageType : System.Enum 
    Members
    MemberDescription
    ExponentialExponential moving average (EMA).
    SimpleSimple moving average (SMA).
    Inheritance Hierarchy

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

    See Also