Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.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 C1Point
    'Usage
     
    
    Dim instance As SymbolEventArgs
    Dim value As C1Point
     
    value = instance.Point
    public C1Point Point {get;}
    See Also