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

BootstrapPolarChartAxisLabelSettings.RotationAngle Property

Specifies the rotation angle of axis labels. Applies only if BootstrapChartAxisLabelSettings.DisplayMode or BootstrapPolarChartAxisLabelSettings.OverlappingBehavior is “stagger“.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
public override decimal RotationAngle { get; set; }

Property Value

Type Description
Decimal

A decimal value that specifies the rotation angle.

Property Paths

You can access this nested property as listed below:

Object Type Path to RotationAngle
BootstrapPolarChartArgumentAxis
.Label.RotationAngle
BootstrapPolarChartAxisSettingsBase
.Label.RotationAngle
BootstrapPolarChartValueAxis
.Label.RotationAngle
See Also