Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / PositionChangedArgs Class / Position Property


In This Topic
    Position Property (PositionChangedArgs)
    In This Topic
    Gets the target point at which to show the LineMarker.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Position As C1Point
    'Usage
     
    
    Dim instance As PositionChangedArgs
    Dim value As C1Point
     
    value = instance.Position
    public C1Point Position {get;}
    See Also