%HI_SetGraphXYTextParams( INT in refId, INT in _lineNr, HBJ in _txtStyle, INT in _rgb )
refId | Graph reference (reference variable). |
lineNr | Number of line, the description relates to. |
txtStyle | font (HBJ to object text style) |
rgb | Text color (RBG). |
%HI_SetGraphXYTextParams( _Graph, 1, Stl1.STL\HBJ, %MakeRGB(0, 127, 0)) |
Pridať komentár