Specifies the default color of text in plot footers.
*SetFooterColor()Specifies the default color of text in plot footers. |
|||||
*SetFooterColor()Specifies the default color of text in plot footers. |
Syntax |
*SetFooterColor(color) |
|
Argument |
Names |
Description |
color |
A number 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) *SetLine2HeaderFont("Times",1,0,10) *SetLine3HeaderFont("Times",0,1,12) *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 |
||
Comments |
The colors on the palette are numbered from left to right, top to bottom beginning with 0. The *SetFooterColor() statement specifies the default color for plot footers. Plot footers can be viewed by accessing the headers and footers tool for a plot window. Plot footers are different than page footers. |
|
See also |
|
|