Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroups Interface / Item Property
The index number of the chart group.


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

    Parameters

    index
    The index number of the chart group.

    Property Value

    An IChartGroup object contained by the collection.
    See Also