Back to Devexpress

RangeBarSeriesLabel.LineColor Property

corelibraries-devexpress-dot-xtracharts-dot-rangebarserieslabel-1fd814e0.md

latest1.5 KB
Original Source

RangeBarSeriesLabel.LineColor Property

Overrides the SeriesLabelBase.LineColor property to hide it.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public Color LineColor { get; }
vb
<Browsable(False)>
Public ReadOnly Property LineColor As Color

Property Value

TypeDescription
Color

A Color structure.

|

Remarks

This property is overridden to hide the corresponding property of the SeriesLabelBase class, because the LineColor property isn’t appropriate for the RangeBarSeriesLabel class.

See Also

RangeBarSeriesLabel Class

RangeBarSeriesLabel Members

DevExpress.XtraCharts Namespace