Specifies the color of the zero line in plots
*SetZerolineColor()Specifies the color of the zero line in plots |
|||||
*SetZerolineColor()Specifies the color of the zero line in plots |
Syntax |
*SetZerolineColor(color) |
|
Arguments |
Names |
Description |
color |
An integer from 0 to 63 representing any of the 64 colors on the palette. |
|
Example |
• • • *BeginPlotDefaults() *SetBorderColor(12) *SetFrameColor(12) *SetHeaderColor(1) *SetBackgroundColor(0) *SetGridlineColor(14) *SetZerolineColor(10) *SetAxisColor(1) *SetCurveDefaults(1, 3, 1, 0, 0) *SetCurveDefaults(1, 4, 1, 0, 0) *SetAxisDefaults(0, 11, 2, 1, 11, 4) *SetLegendPlacement(TopRight) *SetNoteAttachment(View) *SetNoteAlignment(Left) *SetNoteFont("Helvetica",1,1,24) *SetPrintLineThickness(0.5) *SetLegendFont("Helvetica",1,1,24) *SetAnimBubbleColor(6) *EndPlotDefaults() • • • |
|
Application |
HyperStudy, HyperGraph and HyperGraph 3D. |
|
Context |
||
Comments |
If no zero line color is specified, gray (10) is used. |
|
See also |
|
|