FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MarkerCollection Class / Add Method
Marker


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

Parameters

item
Marker
See Also