Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MarkerCollection Class / AddRange Method
Array of markers


In This Topic
    AddRange Method (MarkerCollection)
    In This Topic
    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