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

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapChartAxisSettingsBase
.Label .RotationAngle
See Also