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

BootstrapRangeSelectorScaleLabel.OverlappingBehavior Property

Specifies how to arrange scale labels when there is not enough space to keep all of them.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue(ScaleLabelOverlappingBehavior.Hide)]
public ScaleLabelOverlappingBehavior OverlappingBehavior { get; set; }

Property Value

Type Default Description
ScaleLabelOverlappingBehavior **Hide**

One of the ScaleLabelOverlappingBehavior enumeration values.

Available values:

Name Description
Hide

The certain scale labels are hidden, leaving more space for the others.

None

The scale labels are overlapped.

Remarks

When scale labels overlap each other, you can rearrange them by setting this option to one of the following values.

  • hide - Hides certain scale labels leaving more space for the others.
  • none - Leaves scale labels overlapped.
See Also