DADiSP Worksheet Functions > Function Categories > Plot Attributes > SETGRIDSTYLE
Sets the style of the grid.
SETGRIDSTYLE(win, grid, style, plotnow)
win |
- |
Optional. Window reference. Defaults to the current Window. |
||||||||
grid |
- |
Optional. An integer, the grid axis.
|
||||||||
style |
- |
Optional. An integer, the grid style.
|
||||||||
plotnow |
- |
Optional. An integer, replot the window.
|
Nothing, the axis grid style is set.
W1: gnorm(100, 1);setgridstyle(1, 3)
sets the X axis grids to dotted.
W2: gnorm(100, 1);setgridstyle(1, 1);setgridstyle(2, 1)
sets the X and Y grids to solid.
See GETGRIDSTYLE to return the grid style.
dspcolor file