Sets the background color specified in the Options panel for plot or graphics windows.
Syntax |
*SetBackgroundColor(color_index) |
|
Arguments |
Names |
Description |
color_index |
The integer value for the text color. |
|
Example |
*BeginPlotDefaults() *SetBorderColor(12) *SetFrameColor(12) *SetHeaderColor(1) *SetBackgroundColor(0) *SetGridlineColor(14) *SetZerolineColor(10) • • • *EndPlotDefaults() |
|
Application |
HyperView, HyperStudy, HyperGraph, and HyperGraph 3D. |
|
Context |
||
Comments |
The *SetBackgroundColor() statement can be used in graphics and plot default blocks. The default background color is black (0). |
|
See also |
|
|