ActiveReports 12
Item Property (DataPointsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPointsCollection Class : Item Property
The index of the DataPoint.
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

Reference

DataPointsCollection Class
DataPointsCollection Members