Annotation.Angle Property
In This Article
Specifies the angle by which the annotation‘s shape is rotated.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the rotation angle, in degrees. The default is 0. |
#Remarks
Use the Angle property, to specify the angle by which an annotation’s shape is rotated.
The angle which is specified by this property is measured in degrees, clockwise from the horizontal.
Angle = 0 | Angle = 30 |
---|---|
![]() |
![]() |
When the Annotation.ShapePosition property is set to RelativePosition, you can also define the angle by which the annotation is rotated around its anchor point, via the RelativePosition.Angle property.
Refer to Annotations for more information.
See Also