Skip to main content
A newer version of this page is available. .

AxisLabelDisplayMode Enum

Lists values that define an axis label’s display mode.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public enum AxisLabelDisplayMode

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.

See Also