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

BootstrapChartAxisLabelSettings.DisplayMode Property

Allows you to rotate or stagger axis labels. Applies to the horizontal axis only.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(AxisLabelDisplayMode.Standard)]
public AxisLabelDisplayMode DisplayMode { get; set; }

Property Value

Type Default Description
AxisLabelDisplayMode **Standard**

One of the AxisLabelDisplayMode enumeration values.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to DisplayMode
BootstrapChartArgumentAxis
.Label.DisplayMode
BootstrapChartAxisSettings
.Label.DisplayMode
BootstrapChartAxisSettingsBase
.Label.DisplayMode
BootstrapChartValueAxis
.Label.DisplayMode
BootstrapPolarChartArgumentAxis
.Label.DisplayMode
BootstrapPolarChartAxisSettingsBase
.Label.DisplayMode
BootstrapPolarChartValueAxis
.Label.DisplayMode

Remarks

Note

Unless the BootstrapChart.Rotated property is set to true, the argument axis is horizontal and the value axis is vertical.

This property accepts one of the following values.

See Also