MovingAverage.MovingAverageKind Property
In This Article
Determines whether to display a Moving Average, Envelope, or both.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Moving |
A Moving |
#Remarks
Use the MovingAverageKind property, to define the kind of a Moving Average technical indicator.
Kind = Moving |
Kind = Moving |
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