Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / C1LineMarker Class / Y Property


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