Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / C1Sunburst Class / C1Sunburst Constructor / C1Sunburst Constructor(Context)


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

    Parameters

    context
    See Also