RangeBarSeriesLabel.LineVisibility Property
Overrides the SeriesLabelBase.LineVisibility property to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| DefaultBoolean | Always false. |
Available values:
| Name | Description | Return Value |
|---|---|---|
| True | The value is true. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
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