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)

Parameters

frame
See Also