A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
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
Feedback