Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Interaction Namespace / C1LineMarker Class / X Property


In This Topic
    X Property (C1LineMarker)
    In This Topic
    Gets the current x-value as chart data coordinates.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property X As Double
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As Double
     
    value = instance.X
    public double X {get;}
    See Also