Skip to main content
A newer version of this page is available. .

AnnotationModel.AnchorPoint Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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