AnnotationModel.ShapeKind Property
Gets or sets the value of the Annotation.ShapeKind within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions("Appearance")]
[LocalizableCategory(DesignerCategories.Appearance)]
public ShapeKind ShapeKind { get; set; }
Property Value
| Type | Description |
|---|---|
| ShapeKind | The value specifying the annotation shape kind. |
Available values:
| Name | Description |
|---|---|
| Rectangle | Represents the rectangle annotation shape kind.
|
| RoundedRectangle | Represents the rounded rectangle annotation shape kind.
|
| Ellipse | Represents the ellipse annotation shape kind.
|
See Also


