Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LineCollection Class / Add Method
Line


In This Topic
Add Method (LineCollection)
In This Topic
Adds a line to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As Line _
) 
 
'Usage
 
Dim instance As LineCollection
Dim item As Line
 
instance.Add(item)

Parameters

item
Line
See Also