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

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

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
.LabelOptions.Angle
AxisX
.LabelOptions.Angle
AxisY
.LabelOptions.Angle

Remarks

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

See Also