Skip to main content

AxisLabelOptions.Angle Property

Gets or sets the angle by which the axis label‘s text is rotated.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double Angle { get; set; }

Property Value

Type Description
Double

A Double value specifying the angle, in degrees, by which the axis label’s text is rotated.

Property Paths

You can access this nested property as listed below:

Object Type Path to Angle
AxisBase
AxisBase
.LabelOptions .Angle

Remarks

The angle which is specified by this property is measured in degrees, and clockwise from the horizontal.

See Also