DADiSP Worksheet Functions > Function Categories > Colors > GRIDCOLOR

 

GRIDCOLOR

Purpose:

Sets the color of the plot grid lines.

Syntax:

GRIDCOLOR(win1, win2, ..., winN, color)

winN

-

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

color

-

An integer, the color value.

Example:

gridcolor(RED)

 

sets the grid color of the current window to red.

Example:

gridcolor(w1, w3, w5, LBLUE)

 

sets the grid color of W1, W3 and W5 to light blue.

Remarks:

For a list of supported colors, use the MACROS function.

See Also:

GETGRIDCOLOR

GETGRIDSTYLE

GRIDDASH

GRIDDOT

GRIDH

GRIDHV

GRIDOFF

GRIDSOL

GRIDV