HI_SetGraphGrid
%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
_refId | Reference to a graphic object (reference variable). |
_bHorizontal | Displays/not displays of horizontal grid. |
_bVertical | Displays/not displays of vertical grid. |
_gridColor | Setting 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))