Back to Devexpress

Annotation.RuntimeAnchoring Property

wpf-devexpress-dot-xpf-dot-charts-dot-annotation-55781d3e.md

latest1.2 KB
Original Source

Annotation.RuntimeAnchoring Property

Specifies whether it is allowed to relocate the annotation anchor point at runtime.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

When the RuntimeAnchoring property is enabled at runtime, the annotation anchor point can be moved using the mouse.

See Also

Annotation Class

Annotation Members

DevExpress.Xpf.Charts Namespace