[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PlotAreaCollection.Insert

Insert Method

Insert(int, PlotArea)

Inserts a plot area into the collection at the specified index.

Declaration
public void Insert(int index, PlotArea item)
Public Sub Insert(index As Integer, item As PlotArea)
Parameters
Type Name Description
int index

Index at which item should be inserted.

PlotArea item

Plot area.

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).