Back to Devexpress

ScaleLabelOverlappingBehavior Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-216fb984.md

latest1.4 KB
Original Source

ScaleLabelOverlappingBehavior Enum

Lists options of arranging scale labels when there is not enough space to keep all of them.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum ScaleLabelOverlappingBehavior
vb
Public Enum ScaleLabelOverlappingBehavior

Members

NameDescription
Hide

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

| | None |

The scale labels are overlapped.

|

The following properties accept/return ScaleLabelOverlappingBehavior values:

Remarks

The enumeration is used by the BootstrapRangeSelectorScaleLabel.OverlappingBehavior property.

See Also

DevExpress.Web.Bootstrap Namespace