Skip to main content

Indicator.LineStyle Property

Specifies the indicator‘s line style settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

Declaration

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

Property Value

Type Description
LineStyle

A LineStyle object, storing the line style settings.

Remarks

Use the Indicator.Color and LineStyle properties, to define an indicator’s appearance.

For more information, see Indicators.

See Also