| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > GraphClass > GraphClass Methods >====== NodeText (generate label, name, and node value) ====== | [[nodenametext generate current node name identifier .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[nodetiptext generate node information for tool tip .htm|{{btn_next_n.gif|Next page}}]] | | || **NodeText( **//parShow//** )** {{blk2blue.jpg|blk2blue.jpg}} | **NodeText** | Returns text of the active X and Y Node name and values. | | //parShow// | Flag to conditionally suppress return value. | The **NodeText** method returns the full text of the active X and Y Node name and values. If //parShow// is set to FALSE, the node text is suppressed, and an empty string is returned. **Return Data Type:**     STRING **Implementation:** The **NodeText** method is called from the ToShowValues and AllText methods. **See Also:**     [[alltext return full graph text information .htm|AllText]]