DADiSP Worksheet Functions > Function Categories > Colors > WINCOLOR
Modifies the background Window color.
WINCOLOR(win, bgcolor , sercolor)
win |
- |
Optional. One or more Window references. Defaults to the current Window. |
bgcolor |
- |
An integer. The background Window color. Any pre-defined macro name or integer for a supported color. |
sercolor |
- |
Optional. An integer, the series color. Any pre-defined macro name or integer for a supported color. |
wincolor(green, blue)
sets the current Window's series color to blue and background Window color to green.
wincolor(lred)
changes the Window color to light red without altering the series color.
wincolor(W1.., lred)
changes all the Window colors to light red without altering the series color.
For a list of supported colors use the MACROS function.