Skip to main content

ExponentialMovingAverage Class

Represents an Exponential Moving Average indicator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class ExponentialMovingAverage :
    MovingAverage

Remarks

For more information, see Moving Average and Envelope.

Implements

See Also