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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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