Skip to main content
All docs
V20.1

Annotation.ActualAnchorPoint Property

Gets or sets the actual anchor point of an Annotation.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public AnnotationAnchorPoint ActualAnchorPoint { get; set; }

Property Value

Type Description
AnnotationAnchorPoint

An AnnotationAnchorPoint class descendant.

See Also