Back to Devexpress

SeriesLabelBase.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-4a65c60d.md

latest1.7 KB
Original Source

SeriesLabelBase.LineStyle Property

Gets the style settings for the connection lines of series labels.

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

Some series labels can be connected with the corresponding chart elements (such as point markers, pie slices, bars) via connection lines. The LineStyle property provides access to the style settings of such connection lines. These settings allow you to customize the line width and line dash style.

See Also

SeriesLabelBase Class

SeriesLabelBase Members

DevExpress.XtraCharts Namespace