[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LegendAreaCollection.Insert

Insert Method

Insert(int, LegendArea)

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

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

Index at which item should be inserted.

LegendArea item

Legend area.

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).