AxisLabelDisplayMode Enum
Lists values that define an axis label’s display mode.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Standard | Does not change the default disposition of axis labels. |
Rotate | Rotates axis labels through the angle specified by the BootstrapChartAxisLabelSettingsBuilder.RotationAngle property. |
Stagger | Arranges axis labels in two rows in a staggering manner. An empty space between the rows is specified by the BootstrapChartAxisLabelSettingsBuilder.StaggeringSpacing property. |
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