Back to Devexpress

MovingAverageKind Enum

wpf-devexpress-dot-xpf-dot-charts-8e0ff95b.md

latest1.5 KB
Original Source

MovingAverageKind Enum

Lists the available kinds of the Moving Average indicator.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum MovingAverageKind
vb
Public Enum MovingAverageKind

Members

NameDescription
MovingAverage

Only the Moving Average is shown.

| | Envelope |

Only the Envelope is shown.

| | MovingAverageAndEnvelope |

Both the Moving Average and Envelope are shown.

|

The following properties accept/return MovingAverageKind values:

Remarks

Values listed by the MovingAverageKind enumeration are used to set the MovingAverage.MovingAverageKind property.

See Also

DevExpress.Xpf.Charts Namespace