ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ShapeAnnotation Class
Members

In This Topic
    ShapeAnnotation Class
    In This Topic
    Represents a base class of shape annotations.
    Object Model
    ShapeAnnotation Class
    Syntax
    'Declaration
     
    Public MustInherit Class ShapeAnnotation 
       Inherits AnnotationBase
    public abstract class ShapeAnnotation : AnnotationBase 
    Inheritance Hierarchy

    System.Object
          C1.Web.Wijmo.Controls.C1Chart.AnnotationBase
             C1.Web.Wijmo.Controls.C1Chart.ShapeAnnotation
                C1.Web.Wijmo.Controls.C1Chart.CircleAnnotation
                C1.Web.Wijmo.Controls.C1Chart.EllipseAnnotation
                C1.Web.Wijmo.Controls.C1Chart.ImageAnnotation
                C1.Web.Wijmo.Controls.C1Chart.LineAnnotation
                C1.Web.Wijmo.Controls.C1Chart.PolygonAnnotation
                C1.Web.Wijmo.Controls.C1Chart.RectAnnotation
                C1.Web.Wijmo.Controls.C1Chart.SquareAnnotation

    See Also