SeriesDataBindingCollection.Item Property (String)
Gets or sets 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 Default Property Item ( _
name As String _
) As SeriesDataBinding
Get
Set
'Usage
Dim instance As SeriesDataBindingCollection
Dim name As String
Dim value As SeriesDataBinding
value = instance(name)
instance(name) = value
public SeriesDataBinding this[
string name
] { get; set; }
Parameters
- name
Type: System.String
The String object that represents the series name.
Property Value
Type: Microsoft.Office.Server.WebControls.SeriesDataBinding
The SeriesDataBinding object that represents the series data binding object that matches the series name.
See Also
Reference
SeriesDataBindingCollection Class