Skip to main content
All docs
V25.1
  • 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

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

    Property Value

    Type Description
    DefaultBoolean

    Always false.

    Available values:

    Name Description Return 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