Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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
    public object Item {get;}
    See Also