Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BarSeriesCollection Class / Insert Method
Index of series.
Series.


In This Topic
    Insert Method (BarSeriesCollection)
    In This Topic
    Inserts a series into the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As BarSeries _
    ) 
    'Usage
     
    
    Dim instance As BarSeriesCollection
    Dim index As Integer
    Dim item As BarSeries
     
    instance.Insert(index, item)
    public void Insert( 
       int index,
       BarSeries item
    )

    Parameters

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