Skip to main content

MovingAverage.EnvelopeColor Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
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