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

RangeBarSeriesLabel.LineVisibility Property

Overrides the SeriesLabelBase.LineVisibility property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

[Browsable(false)]
public DefaultBoolean LineVisibility { get; set; }

Property Value

Type Description
DefaultBoolean

Always false.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

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