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