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

MovingAverage Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

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.

See Also