Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartHitTestInfo Class / X Property


In This Topic
    X Property (ChartHitTestInfo)
    In This Topic
    Gets the x-value of the closest data point.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property X As Object
    'Usage
     
    
    Dim instance As ChartHitTestInfo
    Dim value As Object
     
    value = instance.X
    public object X {get;}
    See Also