aspnetbootstrap-devexpress-dot-web-dot-bootstrap-5cdf7370.md
Lists values that define an axis label’s display mode.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public enum AxisLabelDisplayMode
Public Enum AxisLabelDisplayMode
| Name | Description |
|---|---|
Standard |
Does not change the default disposition of axis labels.
|
| Rotate |
Rotates axis labels through the angle specified by the BootstrapChartAxisLabelSettings.RotationAngle property.
|
| Stagger |
Arranges axis labels in two rows in a staggering manner. An empty space between the rows is specified by the BootstrapChartAxisLabelSettings.StaggeringSpacing property.
|
The following properties accept/return AxisLabelDisplayMode values:
Enumeration values are used by the BootstrapChartAxisLabelSettings.DisplayMode property.
See Also