Share via


SeriesDataBindingCollection.Remove method (SeriesDataBinding)

Removes the first occurrence of a specific SeriesDataBinding object from the collection.

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

Syntax

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

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

Parameters

Remarks

This method removes the first occurrence of a specific SeriesDataBinding object from the collection.

See also

Reference

SeriesDataBindingCollection class

SeriesDataBindingCollection members

Remove overload

Microsoft.Office.Server.WebControls namespace