Specifies the default label for the primary x axis.
*SetXAxisLabel()Specifies the default label for the primary x axis. |
|||||
*SetXAxisLabel()Specifies the default label for the primary x axis. |
Syntax |
*SetXAxisLabel("string") |
|
Arguments |
Name |
Description |
string |
The default label for primary x axes. Must be in double quotes. |
|
Example |
*BeginDefaults() *BeginPlotDefaults() *SetXAxisLabel("Time") *SetYAxisLabel("Displacement") *EndPlotDefaults() *EndDefaults() |
|
Application |
HyperGraph and HyperGraph 3D. |
|
Context |
||
Comments |
The *SetXAxisLabel() statement specifies the default label for the primary x axis for all plots in a session. |
|
See also |
|
|