corelibraries-devexpress-dot-xtracharts-0254d33d.md
Represents a base class for classes representing text and image annotations.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class Annotation :
ChartElementNamed,
IAnnotationShapeOwner,
IHitTest,
ISupportInitialize,
IXtraSupportCreateContentPropertyValue,
IAnnotationDragElement,
IBackground,
INamedElement,
ISupportID
Public MustInherit Class Annotation
Inherits ChartElementNamed
Implements IAnnotationShapeOwner,
IHitTest,
ISupportInitialize,
IXtraSupportCreateContentPropertyValue,
IAnnotationDragElement,
IBackground,
INamedElement,
ISupportID
The following members return Annotation objects:
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.
Object ChartElement ChartElementNamed Annotation ImageAnnotation
See Also