FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataGroupsCollection Class / Item Property
The zero-based index of the element to get.

In This Topic
    Item Property (ChartDataGroupsCollection)
    In This Topic
    Gets the element at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As ChartDataGroup
    public ChartDataGroup this[ 
       int index
    ]; {get;}

    Parameters

    index
    The zero-based index of the element to get.

    Property Value

    The element at specified index.
    See Also