ComponentOne FinancialChart for WPF
C1.WPF.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;}
    public:
    property double X {
       double get();
    }
    See Also