Spread for ASP.NET 9.0 Product Documentation
Insert Method (BarSeriesCollection)


Index of series.
Series.
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
System.ArgumentNullException item is a null reference (Nothing in VB).
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

BarSeriesCollection Class
BarSeriesCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.