Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public double EnvelopePercent { get; set; }

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