FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.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
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.Annotation.AnnotationBase
                C1.WPF.Chart.Annotation.Shape
                   C1.WPF.Chart.Annotation.Circle
                   C1.WPF.Chart.Annotation.Ellipse
                   C1.WPF.Chart.Annotation.Line
                   C1.WPF.Chart.Annotation.Polygon
                   C1.WPF.Chart.Annotation.Rectangle
                   C1.WPF.Chart.Annotation.Square

    See Also