Skip to main content

AnnotationModel.ShapeKind Property

Gets or sets the value of the Annotation.ShapeKind within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.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.

ShapeKind_Rectangle

RoundedRectangle

Represents the rounded rectangle annotation shape kind.

ShapeKind_RoundedRectangle

Ellipse

Represents the ellipse annotation shape kind.

ShapeKind_Ellipse

See Also