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

MovingAverageConvergenceDivergence.SignalLineStyle Property

Gets or sets the line style used to display the MACD signal line.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public LineStyle SignalLineStyle { get; }

Property Value

Type Description
LineStyle

A LineStyle object specifying the line style.

See Also