Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ILegendEntries Interface / Item Property
The index number for the object.


In This Topic
    Item Property (ILegendEntries)
    In This Topic
    Gets a single ILegendEntry object from the collection.
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As ILegendEntry
    'Usage
     
    Dim instance As ILegendEntries
    Dim index As Integer
    Dim value As ILegendEntry
     
    value = instance.Item(index)
    ILegendEntry this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index number for the object.

    Property Value

    An ILegendEntry object contained by the collection.
    See Also