C1.Win.FlexChart.8 Assembly / C1.Win.Chart Namespace / Series Class / GetItem Method
Index of data point.

In This Topic
GetItem Method (Series)
In This Topic
Gets the data item.
Syntax
'Declaration
 
Protected Overrides Function GetItem( _
   ByVal i As System.Integer _
) As System.Object
 

Parameters

i
Index of data point.
See Also