[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LegendAreaCollection.InsertRange

InsertRange Method

InsertRange(int, LegendArea[])

Inserts an array of legend areas into the collection at the specified index.

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

Index at which items should be inserted.

LegendArea[] items

Array of legend areas.

Exceptions
Type Condition
ArgumentNullException

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