AxisLabelDisplayMode Enum
Lists values that define an axis label’s display mode.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Members
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. |
Related API Members
The following properties accept/return AxisLabelDisplayMode values:
Remarks
Enumeration values are used by the BootstrapChartAxisLabelSettings.DisplayMode property.