MovingAverage Class
Represents the base class for Moving Average and Envelope objects of various types.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(MovingAverageTypeConverter))]
public abstract class MovingAverage :
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.
Implements
Inheritance
See Also