Back to Devexpress

Annotation.Angle Property

wpf-devexpress-dot-xpf-dot-charts-dot-annotation-e66e9366.md

latest1.3 KB
Original Source

Annotation.Angle Property

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

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double Angle { get; set; }
vb
Public Property Angle As Double

Property Value

TypeDescription
Double

A Double value specifying the rotation angle.

|

Remarks

The following table illustrates different values of the Angle property.

The Property ValueThe Example Image
Annotation.Angle = 0
Annotation.Angle = 30

See Also

Annotation Class

Annotation Members

DevExpress.Xpf.Charts Namespace