Skip to main content
All docs
V20.1

Annotation.ActualShapePosition Property

Gets or sets the actual shape position 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 AnnotationShapePosition ActualShapePosition { get; set; }

Property Value

Type Description
AnnotationShapePosition

An AnnotationShapePosition class descendant.

See Also