SeriesDataBindingCollection.Item Property (Int32)
Gets or sets the SeriesDataBinding element from the collection at the specified index.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As SeriesDataBinding
Get
Set
'Usage
Dim instance As SeriesDataBindingCollection
Dim index As Integer
Dim value As SeriesDataBinding
value = instance(index)
instance(index) = value
public SeriesDataBinding this[
int index
] { get; set; }
Parameters
- index
Type: System.Int32
The Int32 object that represents the zero-based index of the first occurrence of a value in the collection.
Property Value
Type: Microsoft.Office.Server.WebControls.SeriesDataBinding
The SeriesDataBinding object that represents the series data binding object matched with the indexed.
See Also
Reference
SeriesDataBindingCollection Class