MovingAverage.MovingAverageKind Property
Determines whether to display a Moving Average, Envelope, or both.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
MovingAverageKind | A MovingAverageKind enumeration value. |
Available values:
Name | Description |
---|---|
MovingAverage | Only the Moving Average is shown. |
Envelope | Only the Envelope is shown. |
MovingAverageAndEnvelope | Both the Moving Average and Envelope are shown. |
Remarks
Use the MovingAverageKind property, to define the kind of a Moving Average technical indicator.
Kind = MovingAverage | Kind = MovingAverageAndEnvelope | Kind = Envelope |
---|---|---|
When the MovingAverageKind property is specified, you can adjust the Envelope options via the Indicator.LineStyle, MovingAverage.EnvelopePercent and MovingAverage.PointsCount properties.
To learn more on Moving Average, see Moving Average and Envelope.
See Also