Spread Windows Forms 12.0 Product Documentation
Add Method (MarkerCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > MarkerCollection Class : Add Method
Marker
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)
public void Add( 
   Marker item
)

Parameters

item
Marker
See Also

Reference

MarkerCollection Class
MarkerCollection Members