Skip to main content
A newer version of this page is available. .

MovingAverageKind Enum

Lists the available kinds of the Moving Average indicator.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public enum MovingAverageKind

Members

Name Description
MovingAverage

Only the Moving Average is shown.

KindMovingAverage

Envelope

Only the Envelope is shown.

KindEnvelope

MovingAverageAndEnvelope

Both the Moving Average and Envelope are shown.

KindMovingAverageAndEnvelope

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