[]
        
(Showing Draft Content)

FarPoint.Win.Chart.SeriesCollection.AddRange

AddRange Method

AddRange(Series[])

Adds an array of series to the collection.

Declaration
public void AddRange(Series[] items)
Public Sub AddRange(items As Series())
Parameters
Type Name Description
Series[] items

Array of series to add.

Remarks

The function fires a list changed event with the old index the index at which to start adding. The new index is the index of the last added element.

Exceptions
Type Condition
ArgumentNullException

items is a null reference (Nothing in VB) or some items[i] is a null reference (Nothing in VB).