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


In This Topic
    Distance Property
    In This Topic
    Gets the distance from the closest data point.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Distance As Double
    'Usage
     
    
    Dim instance As ChartHitTestInfo
    Dim value As Double
     
    value = instance.Distance
    public double Distance {get;}
    See Also