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.v24.1.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 |
|
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.
Rotate
Rotates axis labels through the angle specified by the BootstrapChartAxisLabelSettings.RotationAngle option.
Stagger
Arranges axis labels in two rows in a staggering manner. An empty space between the rows is specified by the BootstrapChartAxisLabelSettings.StaggeringSpacing option.
Standard
Does not change the default disposition of axis labels.