Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Interaction Namespace / C1LineMarker Class / C1LineMarker Constructor / C1LineMarker Constructor(CGRect)


In This Topic
    C1LineMarker Constructor(CGRect)
    In This Topic
    Creates an instance of LineMarker.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal frame As CoreGraphics.CGRect _
    )
    'Usage
     
    
    Dim frame As CoreGraphics.CGRect
     
    Dim instance As New C1LineMarker(frame)
    public C1LineMarker( 
       CoreGraphics.CGRect frame
    )

    Parameters

    frame
    See Also