ImageAnnotation Properties
Represents an image annotation.Name | Description |
---|---|
AnchorPoint | Specifies the type of the annotation‘s anchor point. Inherited from Annotation. |
AnchorPointSerializable | For internal use. This property is used to support serialization of the anchor point. Inherited from Annotation. |
Angle | Specifies the angle by which the annotation‘s shape is rotated. Inherited from Annotation. |
AnnotationID | Inherited from Annotation. |
AutoHeight | Indicates whether the annotation’s height is calculated based on the annotation’s contents. Inherited from Annotation. |
AutoWidth | Indicates whether the annotation’s width is calculated based on the annotation’s contents. Inherited from Annotation. |
BackColor | Specifies the annotation‘s background color. Inherited from Annotation. |
Border | Gets the annotation‘s border settings. Inherited from Annotation. |
ConnectorStyle | Specifies the connector style of the annotation. Inherited from Annotation. |
FillStyle | Gets the annotation‘s background fill style. Inherited from Annotation. |
Height | Specifies the height (in pixels) of the annotation. Inherited from Annotation. |
Image | Provides access to the image settings of an ImageAnnotation. |
LabelMode | Specifies whether the annotation should be cut off if it doesn’t fit into the diagram’s dimensions. Inherited from Annotation. |
Name | Gets or sets the name of the chart element. Inherited from ChartElementNamed. |
Padding | Specifies the internal space between the annotation‘s content and its edge, in pixels. Inherited from Annotation. |
RuntimeAnchoring | Specifies whether a user can re-locate the annotation’s anchor point at runtime. Inherited from Annotation. |
RuntimeEditing | Specifies whether a user can edit the annotation. Inherited from Annotation. |
RuntimeMoving | Specifies whether it’s allowed to re-locate the annotation at runtime. Inherited from Annotation. |
RuntimeResizing | Specifies whether it’s allowed to resize the annotation at runtime. Inherited from Annotation. |
RuntimeRotation | Specifies whether it’s allowed to rotate the annotation at runtime. Inherited from Annotation. |
Shadow | Gets the annotation‘s shadow settings. Inherited from Annotation. |
ShapeFillet | Specifies the fillet when the annotation’s shape is RoundedRectangle. Inherited from Annotation. |
ShapeKind | Specifies the shape kind of the annotation. Inherited from Annotation. |
ShapePosition | Specifies how the annotation‘s position is defined - relative to its container corners, or to its anchor point. Inherited from Annotation. |
ShapePositionSerializable | For internal use. This property is used to support serialization of the shape position. Inherited from Annotation. |
SizeMode | Specifies the image size mode for the annotation. |
Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
TypeNameSerializable | Gets the string value used to support serialization of the annotation type. Inherited from Annotation. |
Visible | Specifies whether the annotation is visible. Inherited from Annotation. |
Width | Specifies the width (in pixels) of the annotation. Inherited from Annotation. |
ZOrder | Gets or sets the Z-Order of the annotation. Inherited from Annotation. |
See Also