RangeBarSeriesLabel.LineVisibility Property
Overrides the SeriesLabelBase.LineVisibility property to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public DefaultBoolean LineVisibility { get; set; }
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