Back to Devexpress

TextAnnotation Properties

corelibraries-devexpress-dot-xtracharts-dot-textannotation-dot-underscore-properties.md

latest10.4 KB
Original Source

TextAnnotation Properties

Represents a text annotation.

NameDescription
AnchorPointSpecifies the type of the annotation‘s anchor point. Inherited from Annotation.
AnchorPointSerializableFor internal use. This property is used to support serialization of the anchor point. Inherited from Annotation.
AngleSpecifies the angle by which the annotation‘s shape is rotated. Inherited from Annotation.
AnnotationIDInherited from Annotation.
AntialiasingObsolete. Gets or sets whether anti-aliasing is applied to the annotation‘s text.
AutoHeightIndicates whether the annotation’s height is calculated based on the annotation’s contents. Inherited from Annotation.
AutoSizeSpecifies whether the annotation should be auto-resized to fit its text.
AutoWidthIndicates whether the annotation’s width is calculated based on the annotation’s contents. Inherited from Annotation.
BackColorSpecifies the annotation‘s background color. Inherited from Annotation.
BorderGets the annotation‘s border settings. Inherited from Annotation.
ConnectorStyleSpecifies the connector style of the annotation. Inherited from Annotation.
DXFontGets or sets the font used to display the annotation‘s content.
DXTextAlignmentSpecifies the alignment of the annotation‘s text. Use this property in non-Windows environments.
EnableAntialiasingGets or sets whether anti-aliasing (smoothing) is applied to the annotation‘s text.
FillStyleGets the annotation‘s background fill style. Inherited from Annotation.
FontGets or sets the font used to display the annotation‘s content.
HeightSpecifies the height (in pixels) of the annotation. Inherited from Annotation.
LabelModeSpecifies whether the annotation should be cut off if it doesn’t fit into the diagram’s dimensions. Inherited from Annotation.
LinesGets or sets the lines of text within a multiline annotation.
NameGets or sets the name of the chart element. Inherited from ChartElementNamed.
PaddingSpecifies the internal space between the annotation‘s content and its edge, in pixels. Inherited from Annotation.
RuntimeAnchoringSpecifies whether a user can re-locate the annotation’s anchor point at runtime. Inherited from Annotation.
RuntimeEditingSpecifies whether a user can edit the annotation. Inherited from Annotation.
RuntimeMovingSpecifies whether it’s allowed to re-locate the annotation at runtime. Inherited from Annotation.
RuntimeResizingSpecifies whether it’s allowed to resize the annotation at runtime. Inherited from Annotation.
RuntimeRotationSpecifies whether it’s allowed to rotate the annotation at runtime. Inherited from Annotation.
ShadowGets the annotation‘s shadow settings. Inherited from Annotation.
ShapeFilletSpecifies the fillet when the annotation’s shape is RoundedRectangle. Inherited from Annotation.
ShapeKindSpecifies the shape kind of the annotation. Inherited from Annotation.
ShapePositionSpecifies how the annotation‘s position is defined - relative to its container corners, or to its anchor point. Inherited from Annotation.
ShapePositionSerializableFor internal use. This property is used to support serialization of the shape position. Inherited from Annotation.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TextGets or sets the annotation‘s text.
TextAlignmentSpecifies the alignment of the annotation‘s text.
TextColorGets or sets the annotation‘s text color.
TypeNameSerializableGets the string value used to support serialization of the annotation type. Inherited from Annotation.
VisibleSpecifies whether the annotation is visible. Inherited from Annotation.
WidthSpecifies the width (in pixels) of the annotation. Inherited from Annotation.
ZOrderGets or sets the Z-Order of the annotation. Inherited from Annotation.

See Also

TextAnnotation Class

TextAnnotation Members

DevExpress.XtraCharts Namespace