[]
        
(Showing Draft Content)

FarPoint.Web.Chart.BoxWhiskerSeriesCollection.Insert

Insert Method

Insert(int, BoxWhiskerSeries)

Inserts a series into the collection at the specified index.

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

Index of series.

BoxWhiskerSeries item

Series.

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).