ActiveReports.Chart Request technical support
Item Property
See Also 


index
The index of the DataPoint.
Gets or sets the DataPoint at the specified index.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal index As Integer _
) As DataPoint
Visual Basic (Usage)Copy Code
Dim instance As DataPointsCollection
Dim index As Integer
Dim value As DataPoint
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public DataPoint this[ 
   int index
]; {get; set;}

Parameters

index
The index of the DataPoint.

See Also