Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / C1LineMarker Class / C1LineMarker Constructor


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

    Parameters

    context
    See Also