C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart.Annotation Namespace / Shape Class
Members

Shape Class
Represents a base class of shape annotations for the AnnotationLayer
Object Model
Shape Class
Syntax
'Declaration
 
Public MustInherit Class Shape 
   Inherits 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