Skip to main content
A newer version of this page is available. .

Annotation.Angle Property

Gets or sets an angle by which the annotation shape is rotated.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public double Angle { get; set; }

Property Value

Type Description
Double

A Double value specifying the rotation angle.

Remarks

The following table illustrates different values of the Angle property.

The Property Value The Example Image
Annotation.Angle = 0 AnnotationAngle0
Annotation.Angle = 30 AnnotationAngle30
See Also