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

BootstrapChartAxisLabelSettings.RotationAngle Property

Specifies the rotation angle of axis labels when the BootstrapChartAxisLabelSettings.OverlappingBehavior property is set to “Rotate”.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(typeof(decimal), "90")]
public virtual decimal RotationAngle { get; set; }

Property Value

Type Default Description
Decimal "90"

A Decimal value specifying the rotation angle.

Property Paths

You can access this nested property as listed below:

Object Type Path to RotationAngle
BootstrapChartArgumentAxis
.Label.RotationAngle
BootstrapChartAxisSettings
.Label.RotationAngle
BootstrapChartAxisSettingsBase
.Label.RotationAngle
BootstrapChartValueAxis
.Label.RotationAngle
BootstrapPolarChartArgumentAxis
.Label.RotationAngle
BootstrapPolarChartAxisSettingsBase
.Label.RotationAngle
BootstrapPolarChartValueAxis
.Label.RotationAngle
See Also