DADiSP Worksheet Functions > Function Categories > Plot Attributes > GRIDH

 

GRIDH

Purpose:

Sets the grid orientation to horizontal.

Syntax:

GRIDH(win1, win2, ..., winN)

winN

-

Optional. Zero or more windows. Defaults to the current window.

Example:

gridsol;gridh

 

displays horizontal, solid grids when a series is displayed.

Example:

gridsol(w1, w3, w4);gridh(w1, w3, w4)

 

displays horizontal, solid grids in W1, W3 and W4 when a series is displayed.

Remarks:

GRIDH does not automatically set the grids to be visible. GRIDH must be used in conjunction with GRIDSOL, GRIDDASH, GRIDDOT, the menus, or the [F6] toggle key.

 

See SETGRIDSTYLE to set the style of a specified grid.

See Also:

GETGRIDSTYLE

GRIDDASH

GRIDDOT

GRIDHV

GRIDOFF

GRIDSOL

GRIDV

SETGRIDSTYLE