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