Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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