FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart.Annotation Namespace / AnnotationBase Class
Members

In This Topic
    AnnotationBase Class
    In This Topic
    Represents the base class of annotations for the AnnotationLayer
    Object Model
    AnnotationBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class AnnotationBase 
       Inherits System.Windows.DependencyObject
    public abstract class AnnotationBase : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.Annotation.AnnotationBase
                C1.WPF.Chart.Annotation.Image
                C1.WPF.Chart.Annotation.Shape
                C1.WPF.Chart.Annotation.Template
                C1.WPF.Chart.Annotation.Text

    See Also