*SetAxisColor()

Specifies the default color for x and y plot axes.

Syntax

*SetAxisColor (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)
	*SetCurveDefaults(1, 4, 1, 0, 0)
	• • •
*EndPlotDefaults()

Comments

The default is white (1).