HyperWorks Desktop

*SetFrameColor()

Specifies the default frame color for plots.

*SetFrameColor()

Specifies the default frame color for plots.

Previous topic Next topic No expanding text in this topic  

*SetFrameColor()

Specifies the default frame color for plots.

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

Syntax

*SetFrameColor(Color)

Arguments

Names

Description

 

Color

An integer from 0 to 63 representing any of the 64 colors on the palette.

Example

*BeginPlotDefaults()

 *SetBorderColor(12)

 *SetHeaderColor(1)

 *SetZerolineColor(10)

 *SetAxisColor(1)

 *SetFrameColor(37)

 *SetCurveDefaults(1, 3, 1, 0, 0)

 *SetCurveDefaults(1, 4, 1, 0, 0)

 *SetAxisDefaults(0, 11, 2, 1, 11, 4)

 *SetLegendPlacement(TopRight)

 *SetNoteAttachment(View)

 *SetNoteAlignment(Left)

 *SetNoteFont("Helvetica",1,1,24)

 *SetPrintLineThickness(0.5)

 *SetAnimBubbleColor(6)

*EndPlotDefaults()

Application

HyperGraph and HyperStudy.

Context

*BeginPlotDefaults()

Comments

The original value is 12.

See also

 

*BeginPlotDefaults()

*SetAxisColor()

*SetBackgroundColor()

*SetBorderColor()

*SetFrameColor()

*SetGridlineColor()

*SetHeaderColor()

*SetZerolineColor()

List of Preference Statements