Back to Devexpress

AnnotationModel.ShapeKind Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-annotationmodel.md

latest1.8 KB
Original Source

AnnotationModel.ShapeKind Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions("Appearance")]
[LocalizableCategory(DesignerCategories.Appearance)]
public ShapeKind ShapeKind { get; set; }
vb
<PropertyForOptions("Appearance")>
<LocalizableCategory(DesignerCategories.Appearance)>
Public Property ShapeKind As ShapeKind

Property Value

TypeDescription
ShapeKind

The value specifying the annotation shape kind.

|

Available values:

NameDescription
Rectangle

Represents the rectangle annotation shape kind.

| | RoundedRectangle |

Represents the rounded rectangle annotation shape kind.

| | Ellipse |

Represents the ellipse annotation shape kind.

|

See Also

AnnotationModel Class

AnnotationModel Members

DevExpress.XtraCharts.Designer Namespace