Share via


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

SeriesDataBindingCollection members

Item overload

Microsoft.Office.Server.WebControls namespace