Back to Devexpress

MovingAverage Class

wpf-devexpress-dot-xpf-dot-charts-1ed78d61.md

latest2.4 KB
Original Source

MovingAverage Class

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

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class MovingAverage :
    Indicator
vb
Public MustInherit Class MovingAverage
    Inherits 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

ILegendVisible

Inheritance

Show 16 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement Indicator MovingAverage ExponentialMovingAverage

SimpleMovingAverage

TriangularMovingAverage

TripleExponentialMovingAverageTema

WeightedMovingAverage

See Also

MovingAverage Members

DevExpress.Xpf.Charts Namespace