Specifies the default label for the primary y axis.
*SetZAxisLabel()Specifies the default label for the primary y axis. |
|||||
*SetZAxisLabel()Specifies the default label for the primary y axis. |
Syntax |
*SetZAxisLabel("string") |
|
Arguments |
Name |
Description |
string |
The default label for the primary y axes. Must be in double quotes. |
|
Example |
*BeginDefaults() *BeginPlotDefaults() *SetXAxisLabel("Frequency") *SetYAxisLabel("Time") *SetZAxisLabel("Force") *EndPlotDefaults() *EndDefaults() |
|
Application |
HyperGraph 3D. |
|
Context |
||
Comments |
The *SetZAxisLabel() statement specifies the default label for the primary z axis for all plots in a session. Please see the demo file waterfall_using_sinusoidal.mvw for more information. |
|
See also |
|
|