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


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