Skip to main content

MovingAverageConvergenceDivergence.SignalLineStyle Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
LineStyle

A LineStyle object specifying the line style.

See Also