Specifies the color of plot grid lines in a plot window.
*GridLineColor()Specifies the color of plot grid lines in a plot window. |
|||||
*GridLineColor()Specifies the color of plot grid lines in a plot window. |
Syntax |
*GridLineColor(Color) |
|
Argument |
Name |
Description |
Color |
An integer from 0 to 63 representing any of the 64 colors on the palette. |
|
Example |
*BeginPlot() • • • *GridLineColor(14) • • • *EndPlot |
|
Application |
HyperGraph. |
|
Context |
||
Comments |
The colors on the palette are numbered from left to right, top to bottom beginning with 0. If no grid line color is specified, dark gray (14) is used. |
|
See also |
|
|