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