AxisLabelOptions.Angle Property
In This Article
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
#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 |
---|---|
Axis |
|
Axis |
|
#Remarks
The angle which is specified by this property is measured in degrees, and clockwise from the horizontal.
See Also