*SetNoteColor()
Specifies the default color of note text for plots.
Syntax
*SetNoteColor (color)
Application
HyperGraph
Inputs
- color
 - A number from 0 - 63 representing any of the 64 colors on the palette.
 
Context
*BeginPlotDefaults()
Example
*BeginPlotDefaults()                                    
   • • •
   *SetCurveDefaults(1, 2, 1, 0, 0)                      
   *SetLegendPlacement(TopRight)                         
   *SetNoteAttachment(View)                              
   *SetNoteAlignment(Left)                               
   *SetNoteColor(5)                                      
   *SetNoteFont("Helvetica",1,1,24)                      
   *SetPrintLineThickness(0.5)                           
   *SetAnimBubbleColor(6)                                
*EndPlotDefaults()