*SetBorderColor()
Specifies the default border color for plot windows.
Syntax
*SetBorderColor (Color)
Application
HyperGraph and HyperStudy.
Inputs
- Color
 - A number from 0 to 63 representing any of the 64 colors on the palette.
 
Context
*BeginPlotDefaults()
Example
*BeginPlotDefaults()
	*SetBorderColor(12)
	*SetFrameColor(12)
	*SetHeaderColor(1)
	*SetBackgroundColor(0)
	*SetGridlineColor(14)
	*SetZerolineColor(10)
	*SetAxisColor(1)
	*SetCurveDefaults(1, 3, 1, 0, 0)
	• • •
*EndPlotDefaults()
      Comments
The default color is gray (12).