ChartElementCollection(Of T).InsertItem Method (Int32, T)

.NET Framework (current version)
 

Inserts an element into the Collection(Of T) at the specified index location.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

Protected Overrides Sub InsertItem (
	index As Integer,
	item As T
)

Parameters

index
Type: System.Int32

The zero-based index location of the item will be inserted.

item
Type: T

The object to insert. The value can be null for reference types.

.NET Framework
Available since 4.0
Return to top
Show: