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

ConstantLine.LineStyle Property

Gets the constant line’s 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 that contains line style settings.

Remarks

The LineStyle property provides access to the style settings of the constant line. These settings allow you to customize the line width and line dash style.

See Also