Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataLabels Interface / Item Property
The index number of the data label.


In This Topic
    Item Property (IDataLabels)
    In This Topic
    Gets the data label at the specified index.
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As IDataLabel
    'Usage
     
    Dim instance As IDataLabels
    Dim index As Integer
    Dim value As IDataLabel
     
    value = instance.Item(index)
    IDataLabel this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index number of the data label.

    Property Value

    An IDataLabel object contained by the collection.
    See Also