corelibraries-devexpress-dot-xtracharts-e7944a95.md
Represents the base class for Moving Average and Envelope objects of various types.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class MovingAverage :
SubsetBasedIndicator
Public MustInherit Class MovingAverage
Inherits SubsetBasedIndicator
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.
Show 12 items
Object ChartElement ChartElementNamed Indicator SingleLevelIndicator SubsetBasedIndicator MovingAverage ExponentialMovingAverage
TripleExponentialMovingAverageTema
See Also