Skip to main content

MovingAverage Class

Represents the base class for Moving Average objects of various types.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public abstract class MovingAverage :
    Indicator

#Remarks

Among other options, the MovingAverage class provides the MovingAverage.MovingAverageKind property, that determines whether to show the Moving Average, Envelope, or both.

For more information, see Moving Average and Envelope.

#Implements

See Also