*BackgroundColor()
Specifies the background color for TextView or HyperGraph.
Syntax
*BackgroundColor (Color)
Application
HyperGraph and TextView
Inputs
- Color
 - A number from 0 to 63 representing the 64 colors in the palette.
 
Context
*BeginPlot()
*BeginTextEditor()
Report Definitions
Example
*BeginTextEditor()
    *File_name("mview.mvw")
    *TextColor(3)
    *BackgroundColor(5)
*EndTextEditor()
      Comments
*BackgroundColor() is only valid in TextView or plot blocks.
The colors on the palette are numbered from left to right, top to bottom beginning with 0.