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

MovingAverage.EnvelopeColor Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public Color EnvelopeColor { get; set; }

Property Value

Type Description
Color

A Color structure.

Remarks

When the MovingAverage.Kind property is set to either Envelope or MovingAverageAndEnvelope, you can adjust envelope options via the MovingAverage.EnvelopeLineStyle, MovingAverage.EnvelopePercent and EnvelopeColor properties.

For more information, see Moving Average and Envelope.

See Also