Back to Devexpress

RangeBarSeriesLabel.LineVisible Property

corelibraries-devexpress-dot-xtracharts-dot-rangebarserieslabel-3ab3fea0.md

latest1.5 KB
Original Source

RangeBarSeriesLabel.LineVisible Property

Overrides the SeriesLabelBase.LineVisibility property to hide it.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Boolean

Always false.

|

Remarks

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

See Also

RangeBarSeriesLabel Class

RangeBarSeriesLabel Members

DevExpress.XtraCharts Namespace