[]
        
(Showing Draft Content)

FarPoint.Web.Chart.RadarValueAxisCollection.InsertRange

InsertRange Method

InsertRange(int, RadarValueAxis[])

Inserts an array of axes into the collection at the specified index.

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

Index at which item should be inserted.

RadarValueAxis[] items

Array of axes.

Exceptions
Type Condition
ArgumentNullException

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