Prehľad
Nástroje obsahu
%HI_SetGraphXYText( INT in refId, INT in _lineNr, REAL in _x, REAL in _y, TEXT in _text )
refId | Graph reference (reference variable). |
lineNr | Number of line, the description relates to. |
x | Center of the text for x- position. |
y | Center of the text for y- position. |
text | Displayed text. |
%HI_SetGraphXYText( _Graph, 1, 8.0, 2.0, "Val: 8.0, 2.0") |
Pridať komentár