XY Graph
types (Control
function).%HI_SetGraphInfo( INT in refId, INT in index, TEXT in descr [, TEXT in units] ) |
| refId | Reference to displayer (reference variable). |
| index | Serial number of graphic flow. |
| descr | Graphic flow description. |
| units | Technical units. |
Before the procedure execution:

After the procedure execution:

ENTRY btn_OnClick %HI_SetGraphInfo(_graph, 1, "Description") END btn_OnClick |