TextAnnotation Properties
Represents a text annotation.
Name | Description |
---|---|
Anchor |
Specifies the type of the annotation‘s anchor point. Inherited from Annotation. |
Anchor |
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. |
Annotation |
Inherited from Annotation. |
Antialiasing | Obsolete. Gets or sets whether anti-aliasing is applied to the annotation‘s text. |
Auto |
Indicates whether the annotation’s height is calculated based on the annotation’s contents. Inherited from Annotation. |
Auto |
Specifies whether the annotation should be auto-resized to fit its text. |
Auto |
Indicates whether the annotation’s width is calculated based on the annotation’s contents. Inherited from Annotation. |
Back |
Specifies the annotation‘s background color. Inherited from Annotation. |
Border | Gets the annotation‘s border settings. Inherited from Annotation. |
Connector |
Specifies the connector style of the annotation. Inherited from Annotation. |
DXFont | Gets or sets the font used to display the annotation‘s content. |
DXText |
Specifies the alignment of the annotation‘s text. Use this property in non-Windows environments. |
Enable |
Gets or sets whether anti-aliasing (smoothing) is applied to the annotation‘s text. |
Fill |
Gets the annotation‘s background fill style. Inherited from Annotation. |
Font | Gets or sets the font used to display the annotation‘s content. |
Height | Specifies the height (in pixels) of the annotation. Inherited from Annotation. |
Label |
Specifies whether the annotation should be cut off if it doesn’t fit into the diagram’s dimensions. Inherited from Annotation. |
Lines | Gets or sets the lines of text within a multiline annotation. |
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. Inherited from Annotation. |
Runtime |
Specifies whether a user can re-locate the annotation’s anchor point at runtime. Inherited from Annotation. |
Runtime |
Specifies whether a user can edit the annotation. Inherited from Annotation. |
Runtime |
Specifies whether it’s allowed to re-locate the annotation at runtime. Inherited from Annotation. |
Runtime |
Specifies whether it’s allowed to resize the annotation at runtime. Inherited from Annotation. |
Runtime |
Specifies whether it’s allowed to rotate the annotation at runtime. Inherited from Annotation. |
Shadow | Gets the annotation‘s shadow settings. Inherited from Annotation. |
Shape |
Specifies the fillet when the annotation’s shape is Rounded |
Shape |
Specifies the shape kind of the annotation. Inherited from Annotation. |
Shape |
Specifies how the annotation‘s position is defined - relative to its container corners, or to its anchor point. Inherited from Annotation. |
Shape |
For internal use. This property is used to support serialization of the shape position. Inherited from Annotation. |
Tag |
Gets or sets the object that contains data related to the chart element.
Inherited from Chart |
Text | Gets or sets the annotation‘s text. |
Text |
Specifies the alignment of the annotation‘s text. |
Text |
Gets or sets the annotation‘s text color. |
Type |
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