Specifies the default color for x and y plot axes.
*SetAxisColor()Specifies the default color for x and y plot axes. |
|||||
*SetAxisColor()Specifies the default color for x and y plot axes. |
Syntax |
*SetAxisColor(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) *SetCurveDefaults(1, 4, 1, 0, 0) • • • *EndPlotDefaults() |
|
Application |
HyperGraph and HyperStudy. |
|
Context |
||
Comments |
The default is white (1) |
|
See also |
|
|