Skip to main content
A newer version of this page is available. .

MovingAverage Class

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.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