SeriesDataBindingCollection.Insert Method
Inserts the SeriesDataBinding element into the collection at the specified index.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
binding As SeriesDataBinding _
)
'Usage
Dim instance As SeriesDataBindingCollection
Dim index As Integer
Dim binding As SeriesDataBinding
instance.Insert(index, binding)
public void Insert(
int index,
SeriesDataBinding binding
)
Parameters
- index
Type: System.Int32
The Int32 object that represents the zero-based index at which binding will be inserted.
- binding
Type: Microsoft.Office.Server.WebControls.SeriesDataBinding
The SeriesDataBinding object that represents the series data binding object to insert.
Remarks
This method inserts an SeriesDataBinding element into the collection at the specified index.
See Also
Reference
SeriesDataBindingCollection Class