Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / AnnotationLayer Class / Annotations Property


In This Topic
    Annotations Property
    In This Topic
    Gets the collection of annotation elements in the AnnotationLayer
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Annotations As ObservableCollection(Of IAnnotationBase)
    'Usage
     
    
    Dim instance As AnnotationLayer
    Dim value As ObservableCollection(Of IAnnotationBase)
     
    value = instance.Annotations
    public ObservableCollection<IAnnotationBase> Annotations {get;}
    See Also