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

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

    Parameters

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

    Property Value

    The element at specified index.
    See Also