Annotation Properties
Represents a base class for classes representing text and image annotations.Name | Description |
---|---|
Anchor |
Specifies the type of the annotation‘s anchor point. |
Anchor |
For internal use. This property is used to support serialization of the anchor point. |
Angle | Specifies the angle by which the annotation‘s shape is rotated. |
Annotation |
|
Auto |
Indicates whether the annotation’s height is calculated based on the annotation’s contents. |
Auto |
Indicates whether the annotation’s width is calculated based on the annotation’s contents. |
Back |
Specifies the annotation‘s background color. |
Border | Gets the annotation‘s border settings. |
Connector |
Specifies the connector style of the annotation. |
Fill |
Gets the annotation‘s background fill style. |
Height | Specifies the height (in pixels) of the annotation. |
Label |
Specifies whether the annotation should be cut off if it doesn’t fit into the diagram’s dimensions. |
Name |
Gets or sets the name of the chart element.
Inherited from Chart |
Padding | Specifies the internal space between the annotation‘s content and its edge, in pixels. |
Runtime |
Specifies whether a user can re-locate the annotation’s anchor point at runtime. |
Runtime |
Specifies whether a user can edit the annotation. |
Runtime |
Specifies whether it’s allowed to re-locate the annotation at runtime. |
Runtime |
Specifies whether it’s allowed to resize the annotation at runtime. |
Runtime |
Specifies whether it’s allowed to rotate the annotation at runtime. |
Shadow | Gets the annotation‘s shadow settings. |
Shape |
Specifies the fillet when the annotation’s shape is Rounded |
Shape |
Specifies the shape kind of the annotation. |
Shape |
Specifies how the annotation‘s position is defined - relative to its container corners, or to its anchor point. |
Shape |
For internal use. This property is used to support serialization of the shape position. |
Tag |
Gets or sets the object that contains data related to the chart element.
Inherited from Chart |
Type |
Gets the string value used to support serialization of the annotation type. |
Visible | Specifies whether the annotation is visible. |
Width | Specifies the width (in pixels) of the annotation. |
ZOrder | Gets or sets the Z-Order of the annotation. |
See Also