Spread Windows Forms 12.0 Product Documentation
AddRange Method (MarkerCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > MarkerCollection Class : AddRange Method
Array of markers
Adds an array of markers to the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items() As Marker _
) 
'Usage
 
Dim instance As MarkerCollection
Dim items() As Marker
 
instance.AddRange(items)
public void AddRange( 
   Marker[] items
)

Parameters

items
Array of markers
See Also

Reference

MarkerCollection Class
MarkerCollection Members