[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PlotAreaCollection.AddRange

AddRange Method

AddRange(PlotArea[])

Adds an array of plot areas to the collection.

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

Array of plot areas

Remarks

The function fires a list changed event with the old index the index at which to start adding, and 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).