| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > GraphClass > GraphClass Properties >====== gShowNodeName (show node name on target) ====== | [[gshowmousey show mouse y coordinate on target .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[gshownodenamev show node name value on target .htm|{{btn_next_n.gif|Next page}}]] | | || | | **gShowNodeName** | **LIKE(gShowToType)** | {{blk2blue.jpg|blk2blue.jpg}} **gShowNodeName** is used to determine if and where the node name information will be displayed in the graph control. Node name is the full text of the active X and Y Node name, less the "Node:" prompt and values. The text is formed by the NodeText method. Node Text is returned as the full form as follows: "Node: **name** (X, Y)" **gShowNodeName **determines if and where the //name// part of the above node text will be displayed. **gShowNodeName **uses the gShowToType GROUP. Each group element is defined as follows: | eOnT | A BYTE value, when set to TRUE, shows information on graph object's ToolTip | | eOnW | A BYTE value, when set to TRUE, shows target information on the WINDOW title | | eOnF | A LONG integer that identifies the field equate to show the target information. The target field can be any field capable of displaying the designated information. | | eOnS | A LONG integer Number of a zone of a status bar of a condition to show the text. | **See Also:     **[[nodetext generate label name and node value.htm|NodeText]]