C1.iOS.Chart Assembly / C1.iOS.Chart.Interaction Namespace / C1LineMarker Class / Add Method


In This Topic
Add Method (C1LineMarker)
In This Topic
Syntax
'Declaration
 
Public Sub Add( _
   ByVal view As UIKit.UIView _
) 
 
'Usage
 
Dim instance As C1LineMarker
Dim view As UIKit.UIView
 
instance.Add(view)

Parameters

view
See Also