Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LineSeriesCollection Class / Insert Method
Index of series.
Series.


Insert Method (LineSeriesCollection)
Inserts a series into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As LineSeries _
) 
 
'Usage
 
Dim instance As LineSeriesCollection
Dim index As Integer
Dim item As LineSeries
 
instance.Insert(index, item)

Parameters

index
Index of series.
item
Series.
Exceptions
ExceptionDescription
item is a null reference (Nothing in VB).
See Also