ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPointsCollection Class / Item Property
The index of the DataPoint.

In This Topic
    Item Property (DataPointsCollection)
    In This Topic
    Gets or sets the DataPoint at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As DataPoint
    public DataPoint this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The index of the DataPoint.
    See Also