Skip to main content
A newer version of this page is available. .

Annotation Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public abstract class Annotation :
    ChartElementNamed,
    IAnnotationShapeOwner,
    IHitTest,
    ISupportInitialize,
    IXtraSupportCreateContentPropertyValue,
    IAnnotationDragElement,
    IBackground,
    INamedElement

Remarks

The Annotation class serves as a base for classes which provide functionality for annotations of different types (TextAnnotation and ImageAnnotation). The properties and methods which are defined by the Annotation class implement the base annotations functionality and are common to both annotation types.

For more information, refer to Annotations.

See Also