Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / RenderNodeEventArgs Class / Y Property


In This Topic
    Y Property (RenderNodeEventArgs)
    In This Topic
    Gets the top let y-coordinate of the node rectangle.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Y As Double
    'Usage
     
    
    Dim instance As RenderNodeEventArgs
    Dim value As Double
     
    value = instance.Y
    public double Y {get;}
    See Also