Back to Devexpress

Annotation.AnchorPoint Property

wpf-devexpress-dot-xpf-dot-charts-dot-annotation-92bc83be.md

latest1.3 KB
Original Source

Annotation.AnchorPoint Property

Specifies the anchor point to which the annotation is anchored.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AnnotationAnchorPoint AnchorPoint { get; set; }
vb
Public Property AnchorPoint As AnnotationAnchorPoint

Property Value

TypeDescription
AnnotationAnchorPoint

A AnnotationAnchorPoint class descendant specifying the anchor point.

|

Remarks

The ChartAnchorPoint, PaneAnchorPoint or SeriesPointAnchorPoint type can be used as the anchor point.

See Also

Annotation Class

Annotation Members

DevExpress.Xpf.Charts Namespace