Back to Devexpress

SeriesLabelBase.LineColor Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-84d98bff.md

latest1.6 KB
Original Source

SeriesLabelBase.LineColor Property

Gets or sets the color of series labels’ connection lines.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color LineColor { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property LineColor As Color

Property Value

TypeDescription
Color

A Color value that specifies the line color.

|

Remarks

Some series labels can be connected with the corresponding chart elements (such as point markers, pie slices, bars) via connection lines. The LineColor property allows you to specify the color of such connection lines.

See Also

LineStyle

SeriesLabelBase Class

SeriesLabelBase Members

DevExpress.XtraCharts Namespace