Back to Devexpress

Annotation.Angle Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-ec93b76e.md

latest2.1 KB
Original Source

Annotation.Angle Property

Specifies the angle by which the annotation‘s shape is rotated.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int Angle { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property Angle As Integer

Property Value

TypeDescription
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 = 0Angle = 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

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace