[]
        
(Showing Draft Content)

FarPoint.Web.Chart.MarkerCollection.InsertRange

InsertRange Method

InsertRange(int, Marker[])

Inserts an array of markers into the collection at the specified index.

Declaration
public void InsertRange(int index, Marker[] items)
Public Sub InsertRange(index As Integer, items As Marker())
Parameters
Type Name Description
int index

Index at which items should be inserted.

Marker[] items

Array of markers.

Exceptions
Type Condition
ArgumentNullException

items is a null reference (Nothing in VB).