AxisBase.LabelAngle Property
In This Article
Specifies a rotation angle for axis labels. The angle is measured in degrees, and clockwise from the horizontal.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Double | An angle in degrees. |
#Remarks
The following example shows how to rotate x-axis labels by 45 degrees:
<Charts:CartesianChart.AxisX>
<Charts:AxisX LabelAngle="45"/>
</Charts:CartesianChart.AxisX>
See Also