Share via


SeriesDataBindingCollection.Add method

Adds a SeriesDataBinding object to the end of the collection.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Sub Add ( _
    binding As SeriesDataBinding _
)
'Usage
Dim instance As SeriesDataBindingCollection
Dim binding As SeriesDataBinding

instance.Add(binding)
public void Add(
    SeriesDataBinding binding
)

Parameters

Remarks

This method implements the functionality that adds a SeriesDataBinding object to the end of the collection.

See also

Reference

SeriesDataBindingCollection class

SeriesDataBindingCollection members

Microsoft.Office.Server.WebControls namespace