AnnotationModel Properties
The Annotation model.| Name | Description |
|---|---|
| AllowAddChild | Gets or sets the value indicating whether a child model item can be added. Inherited from ChartElementModel. |
| AllowChangeVisibility | Gets or sets the value indicating whether changing the element visibility is allowed. Inherited from ChartElementModel. |
| AllowRemove | Gets or sets the value indicating whether removing an element is allowed. Inherited from ChartElementModel. |
| AnchorPoint | Gets or sets the model of the anchor point used by the modeled annotation. |
| Angle | Gets or sets the value of the Annotation.Angle within the model. |
| BackColor | Gets or sets the value of the Annotation.BackColor within the model. |
| Border | Returns the model of the border used by the modeled annotation. |
| ChartElement | Returns the modeled chart element. Inherited from ChartElementModel. |
| Children | Returns the list of child chart elements. Inherited from ChartElementModel. |
| ConnectorStyle | Gets or sets the value of the Annotation.ConnectorStyle within the model. |
| Element | Returns the chart element whose model is the current model object. Inherited from ChartElementModel. |
| FillStyle | Returns the model of the fill style used by the modeled annotation. |
| Height | Gets or sets the value of the Annotation.Height within the model. |
| LabelMode | Gets or sets the value of the Annotation.LabelMode within the model. |
| Name | Get or sets the value of the ChartElementNamed.Name within the model. Inherited from ChartElementNamedModel. |
| Padding | Gets or sets the model of the padding used by the modeled annotation. |
| RuntimeAnchoring | Gets or sets the value of the Annotation.RuntimeAnchoring within the model. |
| RuntimeEditing | Gets or sets the Annotation.RuntimeEditing property within the AnnotationModel. |
| RuntimeMoving | Gets or sets the value of the Annotation.RuntimeMoving within the model. |
| RuntimeResizing | Gets or sets the value of the Annotation.RuntimeResizing within the model. |
| RuntimeRotation | Gets or sets the value of the Annotation.RuntimeRotation within the model. |
| Shadow | Gets or sets the model of the shadow used by the modeled annotation. |
| ShapeFillet | Gets or sets the value of the Annotation.ShapeFillet within the model. |
| ShapeKind | Gets or sets the value of the Annotation.ShapeKind within the model. |
| ShapePosition | Gets or sets the model of the shape position used by the modeled annotation. |
| ShowInStructureControl | Gets or sets the value specifying whether the chart element should be shown in the Structure control of the Chart Designer. Inherited from ChartElementModel. |
| Tag | Gets or sets the value of the ChartElement.Tag within the model. Inherited from ChartElementModel. |
| Visible | Gets or sets the value of the Annotation.Visible within the model. |
| Width | Gets or sets the value of the Annotation.Width within the model. |
| ZOrder | Gets or sets the value of the Annotation.ZOrder within the model. |
See Also