'宣言 Public Enum MovingAverageType Inherits System.Enum
public enum MovingAverageType : System.Enum
'宣言 Public Enum MovingAverageType Inherits System.Enum
public enum MovingAverageType : System.Enum
| メンバ | 解説 |
|---|---|
| Exponential | Exponential moving average (EMA). |
| Simple | Simple moving average (SMA). |
System.Object
System.ValueType
System.Enum
C1.Chart.Finance.MovingAverageType