Back to Devexpress

Annotation.RuntimeRotation Property

wpf-devexpress-dot-xpf-dot-charts-dot-annotation-9e7c877c.md

latest1.2 KB
Original Source

Annotation.RuntimeRotation Property

Specifies whether it is allowed to rotate the annotation at runtime.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool RuntimeRotation { get; set; }
vb
Public Property RuntimeRotation As Boolean

Property Value

TypeDescription
Boolean

true, to allow runtime rotation of the annotation; otherwise, false.

|

Remarks

When the RuntimeRotation property is enabled, it is possible at runtime to rotate the annotation shape using the mouse and special handles.

See Also

Annotation Class

Annotation Members

DevExpress.Xpf.Charts Namespace