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

SeriesLabelBase.LineStyle Property

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

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

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