HyperWorks Desktop

*SetAxisColor()

Specifies the default color for x and y plot axes.

*SetAxisColor()

Specifies the default color for x and y plot axes.

Previous topic Next topic No expanding text in this topic  

*SetAxisColor()

Specifies the default color for x and y plot axes.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginPlotDefaults()

Comments

The default is white (1)

See also

 

*SetAnimBubbleColor()

*SetAxisDefaults()

*SetAxisLabelFont()

*SetAxisTicFont()

*SetBackgroundColor()

*SetBorderColor()

*SetFrameColor()

*SetGridlineColor()

*SetHeaderColor()

*SetZerolineColor()

List of Preference Statements