Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1BulletGraph Class / C1BulletGraph Constructor / C1BulletGraph Constructor(Context)


In This Topic
    C1BulletGraph Constructor(Context)
    In This Topic
    Initializes a new instance of a C1BulletGraph.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal context As Android.Content.Context _
    )
    'Usage
     
    
    Dim context As Android.Content.Context
     
    Dim instance As New C1BulletGraph(context)
    public C1BulletGraph( 
       Android.Content.Context context
    )

    Parameters

    context
    See Also