OverlappingBehavior Enum
In This Article
Lists values that specify how to arrange axis labels when there is not enough space to keep all of them.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Enlarge |
Leave the labels as they are, but enlarge the axis tick intervals so that the labels do not overlap. |
Ignore | Leave the labels overlapped. |
Rotate | Rotate labels so that they are perpendicular to the axis. |
Stagger | Arrange labels in a staggered manner. |
Hide | |
None |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also