Share via


SeriesDataBindingCollection.Remove Method (String)

Removes the matching SeriesDataBinding object with the specified series name from the collection.

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

Syntax

'Declaration
Public Sub Remove ( _
    name As String _
)
'Usage
Dim instance As SeriesDataBindingCollection
Dim name As String

instance.Remove(name)
public void Remove(
    string name
)

Parameters

  • name
    Type: System.String
    The String object that represents the series name.

Remarks

This method removes the matching SeriesDataBinding object with the specified series name from the collection.

See Also

Reference

SeriesDataBindingCollection Class

SeriesDataBindingCollection Members

Remove Overload

Microsoft.Office.Server.WebControls Namespace