Back to Devexpress

ConstantLine.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-constantline-4157c410.md

latest1.4 KB
Original Source

ConstantLine.LineStyle Property

Gets the constant line’s style settings.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle LineStyle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property LineStyle As LineStyle

Property Value

TypeDescription
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

ConstantLine Class

ConstantLine Members

DevExpress.XtraCharts Namespace