HyperWorks Desktop

*SetHeaderColor()

Specifies the default color of text in plot headers.

*SetHeaderColor()

Specifies the default color of text in plot headers.

Previous topic Next topic No expanding text in this topic  

*SetHeaderColor()

Specifies the default color of text in plot headers.

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

Syntax

*SetHeaderColor(color)

Arguments

Names

Description

 

color

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

Example

*BeginPlotDefaults()

   *SetBrowserExtension(".req")

   *SetBackgroundColor(0)

  • • •

   *SetAxisTicFont("New Century Schoolbook", 0, 1, 18)

  *SetHeaderColor(3)

   *SetLine1HeaderFont("Times",0,0,8)

   *SetFooterColor(3)

   *SetLine1FooterFont("Helvetica",0,0,8)

   *SetCurveDefaults(1, 2, 1, 0, 0)

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

  • • •

   *SetNoteColor(5)

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

   *SetPrintLineThickness(0.5)

   *SetAnimBubbleColor(6)

*EndPlotDefaults()

Application

HyperGraph.

Context

*BeginPlotDefaults()

Comments

The *SetHeaderColor() statement specifies the default color for plot headers. Plot headers can be viewed by accessing the headers and footers tool for a plot window.  Plot headers are different than page headers.

The colors on the palette are numbered from left to right, top to bottom beginning with 0.

See also

 

*SetAnimBubbleColor()

*SetAxisColor()

*SetBorderColor()

*SetFrameColor()

*SetZerolineColor()

List of Preference Statements