Back to Devexpress

OverlappingBehavior Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-1bad5155.md

latest1.7 KB
Original Source

OverlappingBehavior Enum

Lists values that specify how to arrange axis labels when there is insufficient space to keep all of them.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum OverlappingBehavior
vb
Public Enum OverlappingBehavior

Members

NameDescription
Rotate

Rotate labels so that they are perpendicular to the axis.

| | Stagger |

Arrange labels in a staggered manner.

| | Hide |

Hides certain axis labels leaving more space for the others.

| | None |

Leaves axis labels overlapped.

|

The following properties accept/return OverlappingBehavior values:

Remarks

The enumeration values are used by the BootstrapChartAxisLabelSettings.OverlappingBehavior property.

See Also

OverlappingBehavior

DevExpress.Web.Bootstrap Namespace