Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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