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
- binding
Type: Microsoft.Office.Server.WebControls.SeriesDataBinding
The SeriesDataBinding object that represents the series data binding object to remove from the collection.
Remarks
This method removes the first occurrence of a specific SeriesDataBinding object from the collection.
See Also
Reference
SeriesDataBindingCollection Class