Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartHitTestInfo Class / Y Property


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