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


In This Topic
Item Property (ChartHitTestInfo)
In This Topic
Gets the data object that corresponds to the closest data point.
Syntax
'Declaration
 
Public ReadOnly Property Item As Object
 
'Usage
 
Dim instance As ChartHitTestInfo
Dim value As Object
 
value = instance.Item
See Also