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

MovingAverageKind Enum

Lists the available kinds of the Moving Average and Envelope indicator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum MovingAverageKind

Members

Name Description
MovingAverage

Only the Moving Average is shown.

Kind_MovingAverage

Envelope

Only the Envelope is shown.

Kind_Envelope

MovingAverageAndEnvelope

Both the Moving Average and Envelope are shown.

Kind_MovingAverage

Related API Members

The following properties accept/return MovingAverageKind values:

Library Related API Members
Cross-Platform Class Library MovingAverage.Kind
WinForms Controls MovingAverageModel.Kind

Remarks

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

See Also