GRAPH.Grid

Previous  Next

 

nStatus = GRAPH.Grid(  BYVAL nControl AS INTEGER,

                      [BYVAL state    AS INTEGER = NULL] ) AS INTEGER

 


 

Turns the grid on or off.  The number of grid lines is defined by the AXIS function.  If state parameters is omitted then the function returns the current grid state.

 

Example:

 

GRAPH.Axis( nControl, NG_Axis_X, 1, 2, 2 )

' Turn on the grid

GRAPH.Grid( nControl, ON )