DADiSP Worksheet Functions > Function Categories > Query Functions > GETGRIDSTYLE
Returns the style of the grid.
GETGRIDSTYLE(win, grid)
win |
- |
Optional. Window reference. Defaults to the current Window. |
||||||
grid |
- |
Optional. An integer, the grid axis.
|
An integer, the grid style:
0: |
Off |
1: |
Solid |
2: |
Dashed |
3: |
Ddotted |
W1: gnorm(100, 1);griddot;gridhv
getgridstyle(W1)
returns 3, indicating the grid style of Window 1 is dotted.
See SETGRIDSTYLE to set the grid style.
dspcolor file