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.v24.2.dll

Declaration

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

Property Value

Type Description
LineStyle

A LineStyle object specifying the line style.

See Also