%HI_SetGraphGrid function


Function
The function %HI_SetGraphGrid controls a displaying of the graph grid and its color.
Declaration
 %HI_SetGraphGrid(
 INT in _refId,
 BOOL in _bHorizontal,
 BOOL in _bVertical,
 INT in _gridColor
 )
Parameters
_refIdReference to a graphic object (reference variable).
_bHorizontalDisplays/not displays of horizontal grid.
_bVerticalDisplays/not displays of vertical grid.
_gridColorSetting of grid color.
Description
 The function allows to set grid of graph. It can be set at the position: only vertically, only horizontally, or both.
The function also allows to set a grid color
Example
%HI_SetGraphGrid(_Graph,@TRUE,@FALSE,%MakeRGB(0,255,255))

0 komentárov

Nie ste prihlásený. Akékoľvek zmeny, ktoré vykonáte, sa označia ako anonymné. Ak už máte svoj účet, pravdepodobne sa budete chcieť prihlásiť .