A newer version of this page is available.
Switch to the current version.
MovingAverage Class
Represents the base class for Moving Average and Envelope objects of various types.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(MovingAverageTypeConverter))]
public abstract class MovingAverage :
SubsetBasedIndicator
<TypeConverter(GetType(MovingAverageTypeConverter))>
Public MustInherit Class MovingAverage
Inherits SubsetBasedIndicator
Remarks
Among other options, the MovingAverage class provides the MovingAverage.Kind property, that defines whether to show either the Moving Average, Envelope, or both.
For more information, see Moving Average and Envelope.
Inheritance
See Also
Feedback