SeriesLabelBase.LineColor Property
Gets or sets the color of series labels’ connection lines.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
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