Back to Devexpress

Annotation Members

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

latest8.7 KB
Original Source

Annotation Members

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

Constructors

NameDescription
Annotation(String)Initializes a new instance of the Annotation class with the specified name.

Properties

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.

Methods

NameDescription
Assign(ChartElement)Copies all the settings from the Annotation object passed as the parameter.
Clone()Creates a copy of the current ChartElement object. Inherited from ChartElement.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the named chart element. Inherited from ChartElementNamed.

See Also

Annotation Class

DevExpress.XtraCharts Namespace