MovingAverage.EnvelopeLineStyle Property
Specifies the line style for the Envelope kind of the Moving Average and Envelope technical indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public LineStyle EnvelopeLineStyle { get; }
Property Value
Type | Description |
---|---|
LineStyle | A LineStyle object, specifying the line style settings. |
Remarks
When the MovingAverage.Kind property is set to either Envelope or MovingAverageAndEnvelope, you can adjust envelope options via the EnvelopeLineStyle, MovingAverage.EnvelopePercent and MovingAverage.EnvelopeColor properties.
For more information, see Moving Average and Envelope.
See Also