Back to Devexpress

Annotation Properties

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

latest6.0 KB
Original Source

Annotation Properties

Represents a base class for classes representing text and image annotations.

NameDescription
AnchorPointSpecifies the type of the annotation‘s anchor point.
AnchorPointSerializableFor internal use. This property is used to support serialization of the anchor point.
AngleSpecifies the angle by which the annotation‘s shape is rotated.
AnnotationID
AutoHeightIndicates whether the annotation’s height is calculated based on the annotation’s contents.
AutoWidthIndicates whether the annotation’s width is calculated based on the annotation’s contents.
BackColorSpecifies the annotation‘s background color.
BorderGets the annotation‘s border settings.
ConnectorStyleSpecifies the connector style of the annotation.
FillStyleGets the annotation‘s background fill style.
HeightSpecifies the height (in pixels) of the annotation.
LabelModeSpecifies whether the annotation should be cut off if it doesn’t fit into the diagram’s dimensions.
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.
RuntimeAnchoringSpecifies whether a user can re-locate the annotation’s anchor point at runtime.
RuntimeEditingSpecifies whether a user can edit the annotation.
RuntimeMovingSpecifies whether it’s allowed to re-locate the annotation at runtime.
RuntimeResizingSpecifies whether it’s allowed to resize the annotation at runtime.
RuntimeRotationSpecifies whether it’s allowed to rotate the annotation at runtime.
ShadowGets the annotation‘s shadow settings.
ShapeFilletSpecifies the fillet when the annotation’s shape is RoundedRectangle.
ShapeKindSpecifies the shape kind of the annotation.
ShapePositionSpecifies how the annotation‘s position is defined - relative to its container corners, or to its anchor point.
ShapePositionSerializableFor internal use. This property is used to support serialization of the shape position.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TypeNameSerializableGets the string value used to support serialization of the annotation type.
VisibleSpecifies whether the annotation is visible.
WidthSpecifies the width (in pixels) of the annotation.
ZOrderGets or sets the Z-Order of the annotation.

See Also

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace