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

BootstrapChartSeriesLabelSettings.RotationAngle Property

Gets or sets the angle of rotation applied to point labels.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Decimal "0"

A Decimal value specifying the angle of rotation.

Property Paths

You can access this nested property as listed below:

Show 42 property paths
Object Type Path to RotationAngle
BootstrapChartAreaSeries
.Label.RotationAngle
BootstrapChartAreaSeriesBase
.Label.RotationAngle
BootstrapChartBarSeries
.Label.RotationAngle
BootstrapChartBarSeriesBase
.Label.RotationAngle
BootstrapChartBubbleSeries
.Label.RotationAngle
BootstrapChartCandleStickSeries
.Label.RotationAngle
BootstrapChartCommonSeries
.Label.RotationAngle
BootstrapChartCommonSeriesBase
.Label.RotationAngle
BootstrapChartFinancialSeriesBase
.Label.RotationAngle
BootstrapChartFullStackedAreaSeries
.Label.RotationAngle
BootstrapChartFullStackedBarSeries
.Label.RotationAngle
BootstrapChartFullStackedLineSeries
.Label.RotationAngle
BootstrapChartFullStackedSplineAreaSeries
.Label.RotationAngle
BootstrapChartFullStackedSplineSeries
.Label.RotationAngle
BootstrapChartLineSeries
.Label.RotationAngle
BootstrapChartPointSeriesBase
.Label.RotationAngle
BootstrapChartRangeAreaSeries
.Label.RotationAngle
BootstrapChartRangeBarSeries
.Label.RotationAngle
BootstrapChartRangeSeriesBase
.Label.RotationAngle
BootstrapChartScatterSeries
.Label.RotationAngle
BootstrapChartSeries
.Label.RotationAngle
BootstrapChartSeriesBase
.Label.RotationAngle
BootstrapChartSplineAreaSeries
.Label.RotationAngle
BootstrapChartSplineSeries
.Label.RotationAngle
BootstrapChartStackedAreaSeries
.Label.RotationAngle
BootstrapChartStackedBarSeries
.Label.RotationAngle
BootstrapChartStackedLineSeries
.Label.RotationAngle
BootstrapChartStackedSplineAreaSeries
.Label.RotationAngle
BootstrapChartStackedSplineSeries
.Label.RotationAngle
BootstrapChartStepAreaSeries
.Label.RotationAngle
BootstrapChartStepLineSeries
.Label.RotationAngle
BootstrapChartStockSeries
.Label.RotationAngle
BootstrapCoordinateSystemChartSeries
.Label.RotationAngle
BootstrapPieChartCommonSeries
.Label.RotationAngle
BootstrapPolarChartAreaSeries
.Label.RotationAngle
BootstrapPolarChartBarSeries
.Label.RotationAngle
BootstrapPolarChartCommonSeries
.Label.RotationAngle
BootstrapPolarChartLineSeries
.Label.RotationAngle
BootstrapPolarChartScatterSeries
.Label.RotationAngle
BootstrapPolarChartSeries
.Label.RotationAngle
BootstrapPolarChartSeriesBase
.Label.RotationAngle
BootstrapPolarChartStackedBarSeries
.Label.RotationAngle
See Also