Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapChartAxisSettingsBase
.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