Skip to main content

MovingAverageModel.EnvelopeLineStyle Property

Returns the model of line style used to draw envelopes of the modeled Moving Average indicator.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public LineStyleModel EnvelopeLineStyle { get; }

Property Value

Type Description
LineStyleModel

The model of envelope line style.

See Also