MovingAverageKind Enum
In This Article
Lists the available kinds of the Moving Average and Envelope indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum MovingAverageKind
#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:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Moving |
Win |
Moving |
#Remarks
Values listed by the MovingAverageKind enumeration are used to set the MovingAverage.Kind property.
See Also