Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / AnnotationLayer Constructor


In This Topic
    AnnotationLayer Constructor
    In This Topic
    Create an instance of AnnotationLayer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal context As Android.Content.Context _
    )
    'Usage
     
    
    Dim context As Android.Content.Context
     
    Dim instance As New AnnotationLayer(context)
    public AnnotationLayer( 
       Android.Content.Context context
    )

    Parameters

    context
    See Also