C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartHitTestInfo Class / PointIndex Property


In This Topic
PointIndex Property (ChartHitTestInfo)
In This Topic
Gets the data point index at the specified coordinates.
Syntax
'Declaration
 
Public ReadOnly Property PointIndex As Integer
 
'Usage
 
Dim instance As ChartHitTestInfo
Dim value As Integer
 
value = instance.PointIndex
See Also