Skip to main content
All docs
V25.1
  • RangeBarSeriesLabelModel.LineVisibility Property

    Overrides the SeriesLabelBaseModel.LineVisibility to hide it. This property is not intended to be used in this class.

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

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

    Property Value

    Type
    DefaultBoolean

    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

    See Also