Specifies the default color of note text for plots.
*SetNoteColor()Specifies the default color of note text for plots. |
|||||
*SetNoteColor()Specifies the default color of note text for plots. |
Syntax |
*SetNoteColor(color) |
|
Arguments |
Names |
Description |
color |
A number from 0 - 63 representing any of the 64 colors on the palette. |
|
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() |
|
Application |
HyperGraph. |
|
Context |
||
See also |
|
|