Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / SymbolEventArgs Class / Point Property


In This Topic
    Point Property (SymbolEventArgs)
    In This Topic
    Gets the symbol position in control pixel coordinates.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Point As CoreGraphics.CGPoint
    'Usage
     
    
    Dim instance As SymbolEventArgs
    Dim value As CoreGraphics.CGPoint
     
    value = instance.Point
    public CoreGraphics.CGPoint Point {get;}
    See Also