Back to Devexpress

MovingAverage.EnvelopeColor Property

corelibraries-devexpress-dot-xtracharts-dot-movingaverage-47b81c72.md

latest2.1 KB
Original Source

MovingAverage.EnvelopeColor Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color EnvelopeColor { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property EnvelopeColor As Color

Property Value

TypeDescription
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

Moving Average and Envelope

MovingAverage Class

MovingAverage Members

DevExpress.XtraCharts Namespace