Skip to main content

MovingAverageKind Enum

Lists the available kinds of the Moving Average indicator.

Namespace: DevExpress.Xpf.Charts

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

#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

#Passed To

You can pass MovingAverageKind values to the MovingAverage.MovingAverageKind property.

#Remarks

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

See Also