HI_SetGraphGrid

HI_SetGraphGrid

%HI_SetGraphGrid function


Function

The function %HI_SetGraphGrid control a displaying of graph grid and its color.

Declaration

%HI_SetGraphGrid( INT in _refId, BOOL in _bHorizontal, BOOL in _bVertical, INT in _gridColor )

Parameters

_refId

Reference to 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))