AxisLabel.Angle Property
In This Article
Gets or sets the angle by which the axis label's text is rotated.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the angle, in degrees, by which the axis label's text is rotated. |
#Remarks
The angle which is specified by this property is measured in degrees, and clockwise from the horizontal.
The following table illustrates how the Angle property works.
Angle=0 | Angle=-30 | Angle=30 |
---|---|---|
![]() |
![]() |
![]() |
#Implements
DevExpress.Charts.Native.IAxisLabel.Angle
See Also