Share via


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.

Remarks

This method inserts an SeriesDataBinding element into the collection at the specified index.

See also

Reference

SeriesDataBindingCollection class

SeriesDataBindingCollection members

Microsoft.Office.Server.WebControls namespace