Skip to main content
A newer version of this page is available. .

MovingAverage.EnvelopePercent Property

Specifies the percent for the Envelope kind of the Moving Average and Envelope technical indicator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
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.Kind property is set to either Envelope or MovingAverageAndEnvelope, you can adjust envelope options, via the MovingAverage.EnvelopeLineStyle, EnvelopePercent and MovingAverage.EnvelopeColor properties.

For more information, see Moving Average and Envelope.

See Also