FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Annotation Namespace / Shape Class
Members

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

    System.Object
       C1.Win.Chart.Annotation.AnnotationBase
          C1.Win.Chart.Annotation.Shape
             C1.Win.Chart.Annotation.Circle
             C1.Win.Chart.Annotation.Ellipse
             C1.Win.Chart.Annotation.Polygon
             C1.Win.Chart.Annotation.Rectangle
             C1.Win.Chart.Annotation.Square

    See Also