Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / C1Sunburst Class / C1Sunburst Constructor / C1Sunburst Constructor(IntPtr)


In This Topic
    C1Sunburst Constructor(IntPtr)
    In This Topic
    Creates an instance of C1Sunburst.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal handle As IntPtr _
    )
    'Usage
     
    
    Dim handle As IntPtr
     
    Dim instance As New C1Sunburst(handle)
    public C1Sunburst( 
       IntPtr handle
    )

    Parameters

    handle
    See Also