Back to Devexpress

Annotation Class

corelibraries-devexpress-dot-xtracharts-0254d33d.md

latest3.0 KB
Original Source

Annotation Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class Annotation :
    ChartElementNamed,
    IAnnotationShapeOwner,
    IHitTest,
    ISupportInitialize,
    IXtraSupportCreateContentPropertyValue,
    IAnnotationDragElement,
    IBackground,
    INamedElement,
    ISupportID
vb
Public MustInherit Class Annotation
    Inherits ChartElementNamed
    Implements IAnnotationShapeOwner,
               IHitTest,
               ISupportInitialize,
               IXtraSupportCreateContentPropertyValue,
               IAnnotationDragElement,
               IBackground,
               INamedElement,
               ISupportID

The following members return Annotation objects:

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.

Inheritance

Object ChartElement ChartElementNamed Annotation ImageAnnotation

TextAnnotation

See Also

Annotation Members

DevExpress.XtraCharts Namespace