GetItem Method (SeriesBase)
In This Topic
Gets the data item.
Syntax
'Declaration
Protected Overridable Function GetItem( _
ByVal As Integer _
) As Object
protected virtual object GetItem(
int
)
Parameters
- i
- Index of data point.
Return Value
The data item.
See Also