Back to Devexpress

ExponentialMovingAverage Class

corelibraries-devexpress-dot-xtracharts-7501a2b2.md

latest1.8 KB
Original Source

ExponentialMovingAverage Class

Represents an Exponential Moving Average indicator.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class ExponentialMovingAverage :
    MovingAverage
vb
Public Class ExponentialMovingAverage
    Inherits MovingAverage

Remarks

For more information, see Moving Average and Envelope.

Implements

IXtraSerializable

Inheritance

Object ChartElement ChartElementNamed Indicator SingleLevelIndicator SubsetBasedIndicator MovingAverage ExponentialMovingAverage

See Also

ExponentialMovingAverage Members

Moving Average and Envelope

DevExpress.XtraCharts Namespace