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

Indicator.LineStyle Property

Specifies the indicator‘s line style settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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