| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > GraphClass > GraphClass Properties >====== gShowDiagramNameV (show diagram value on target) ====== | [[gshowdiagramname show diagram name on target .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[gshowmouse show mouse coordinates on target .htm|{{btn_next_n.gif|Next page}}]] | | || | | **gShowDiagramNameV** | **LIKE(gShowToType)** | {{blk2blue.jpg|blk2blue.jpg}} **gShowDiagramNameV** is used to determine where the diagram name text information will be displayed in the graph control. Diagram name text (series name) is the label of each set of data points that you have defined for the graph control, without an added 'Diagram:' prompt. **gShowDiagramNameV **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:     **[[diagramnametext create diagram name text .htm|DiagramNameText]], [[showonfield show text contents to specified field .htm|ShowOnField]]