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

SeriesLabelBase.LineColor Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color LineColor { get; set; }

Property Value

Type Description
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