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


In This Topic
    Point Property (ChartHitTestInfo)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Point As _Point
    'Usage
     
    
    Dim instance As ChartHitTestInfo
    Dim value As _Point
     
    value = instance.Point
    public _Point Point {get;}
    See Also