General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
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.2.dll
Declaration
[DefaultValue(AxisLabelDisplayMode.Standard)]
public AxisLabelDisplayMode DisplayMode { get; set; }
<DefaultValue(AxisLabelDisplayMode.Standard)>
Public Property DisplayMode As AxisLabelDisplayMode
Property Value
Type | Default | Description |
---|---|---|
AxisLabelDisplayMode | Standard |
One of the AxisLabelDisplayMode enumeration values. |
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.
See Also
Feedback