MovingAverageKind Enum
In This Article
Lists the available kinds of the Moving Average indicator.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Members
Name | Description |
---|---|
Moving
|
Only the Moving Average is shown. |
Envelope
|
Only the Envelope is shown. |
Moving
|
Both the Moving Average and Envelope are shown. |
#Related API Members
The following properties accept/return MovingAverageKind values:
#Remarks
Values listed by the MovingAverageKind enumeration are used to set the MovingAverage.MovingAverageKind property.
See Also