SeriesLabelBase.LineStyle Property
In This Article
Gets the style settings for the connection lines of series labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle LineStyle { get; }
#Property Value
Type | Description |
---|---|
Line |
A Line |
#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