corelibraries-devexpress-dot-xtracharts-63dfe8dc.md
Lists the available kinds of the Moving Average and Envelope indicator.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum MovingAverageKind
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum MovingAverageKind
| Name | Description |
|---|---|
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:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | MovingAverage.Kind |
| WinForms Controls | MovingAverageModel.Kind |
Values listed by the MovingAverageKind enumeration are used to set the MovingAverage.Kind property.
See Also