Skip to main content

AnnotationModel.AnchorPoint Property

Gets or sets the model of the anchor point used by the modeled annotation.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[AllocateToGroup("Layout")]
[LocalizableCategory(DesignerCategories.Layout)]
public AnnotationAnchorPointModel AnchorPoint { get; set; }

Property Value

Type Description
AnnotationAnchorPointModel

The model of the anchor point.

See Also