Skip to main content

OverlappingBehavior Enum

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

public enum OverlappingBehavior

Members

Name Description
EnlargeTickInterval

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.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also