'Declaration
Public Default Property Item( _
ByVal As System.Integer _
) As DataPoint
public DataPoint this[
System.int
]; {get; set;}
Parameters
- index
- A zero-based Integer indicating the index of the DataPoint to return or set.
Property Value
The DataPoint object at the specified position.