*ZeroLineColor()
Specifies the color of the zero line in a plot window.
Syntax
*ZeroLineColor (Color)
Application
HyperGraph
Inputs
- Color
- An integer from 0 to 63 representing any of the 64 colors on the palette.
Context
*BeginPlot()
Report Definitions
Example
*BeginPlot
• • •
*ZeroLineColor(10)
• • •
*EndPlot
Comments
The colors on the palette are numbered from left to right, top to bottom beginning with 0.
If no zero line color is specified, gray (10) is used.