Skip to main content

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public enum ScaleLabelOverlappingBehavior

Members

Name Description
Hide

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

None

The scale labels are overlapped.

Related API Members

The following properties accept/return ScaleLabelOverlappingBehavior values:

Remarks

The enumeration is used by the BootstrapRangeSelectorScaleLabel.OverlappingBehavior property.

See Also