다음을 통해 공유


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