Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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 ClassAnnotationLayer ClassChartStyle Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class AnnotationBase 
       Implements C1.iOS.Core.IDependencyObject 
    'Usage
     
    
    Dim instance As AnnotationBase
    public abstract class AnnotationBase : C1.iOS.Core.IDependencyObject  
    Inheritance Hierarchy

    System.Object
       C1.iOS.Chart.Annotation.AnnotationBase
          C1.iOS.Chart.Annotation.Image
          C1.iOS.Chart.Annotation.Shape
          C1.iOS.Chart.Annotation.Template
          C1.iOS.Chart.Annotation.Text

    See Also