HyperWorks Desktop

*SetZAxisLabel()

Specifies the default label for the primary y axis.

*SetZAxisLabel()

Specifies the default label for the primary y axis.

Previous topic Next topic No expanding text in this topic  

*SetZAxisLabel()

Specifies the default label for the primary y axis.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginDefaults()

*BeginPlotDefaults()

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

 

List of Preference Statements