ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 Windows.UI.Xaml.DependencyObject
    public abstract class AnnotationBase : Windows.UI.Xaml.DependencyObject 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          C1.Xaml.Chart.Annotation.AnnotationBase
             C1.Xaml.Chart.Annotation.Image
             C1.Xaml.Chart.Annotation.Shape
             C1.Xaml.Chart.Annotation.Template
             C1.Xaml.Chart.Annotation.Text

    See Also