Back to Devexpress

RangeBarSeriesLabel.LineVisibility Property

corelibraries-devexpress-dot-xtracharts-dot-rangebarserieslabel-86a29bfc.md

latest1.7 KB
Original Source

RangeBarSeriesLabel.LineVisibility 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 DefaultBoolean LineVisibility { get; set; }
vb
<Browsable(False)>
Public Property LineVisibility As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

Always false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

This property is overridden to hide the corresponding property of the SeriesLabelBase class, because the LineVisibility property is not appropriate for the RangeBarSeriesLabel class.

See Also

RangeBarSeriesLabel Class

RangeBarSeriesLabel Members

DevExpress.XtraCharts Namespace