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

AnnotationModel.ShapePosition Property

Gets or sets the model of the shape position used by the modeled annotation.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
AnnotationShapePositionModel

The model of the annotation shape position.

See Also