Skip to main content

MovingAverage Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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.

Implements

See Also