AnnotationModel.ShapePosition Property
Gets or sets the model of the shape position used by the modeled annotation.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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