MovingAverage.EnvelopePercent Property
Specifies the percent for the Envelope kind of the Moving Average and Envelope technical indicator.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value, greater than 0 and less than or equal to 100. |
Remarks
When the MovingAverage.MovingAverageKind property is set to either MovingAverage, Envelope or MovingAverageAndEnvelope, you can adjust envelope options, via the Indicator.LineStyle, EnvelopePercent and Indicator.Brush properties.
For more information, see Moving Average and Envelope.
See Also