*SetHeaderColor()
Specifies the default color of text in plot headers.
Syntax
*SetHeaderColor (color)
Application
HyperGraph
Inputs
- color
- An integer from 0 to 63 representing any of the 64 colors on the palette.
Context
*BeginPlotDefaults()
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()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.