HyperWorks Desktop

*SetYAxisLabel()

Specifies the default label for the primary y axis.

*SetYAxisLabel()

Specifies the default label for the primary y axis.

Previous topic Next topic No expanding text in this topic  

*SetYAxisLabel()

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

*SetYAxisLabel("string")

Arguments

Name

Description

 

string

The default label for primary y axes.  Must be in double quotes.

Example

*BeginDefaults()

   *BeginPlotDefaults()

       *SetXAxisLabel("Time")

       *SetYAxisLabel("Displacement")

   *EndPlotDefaults()

*EndDefaults()

Application

HyperGraph and HyperGraph 3D.

Context

*BeginDefaults()

*BeginPlotDefaults()

Comments

The *SetYAxisLabel() statement specifies the default label for the primary y axis for all plots in a session.

See also

 

List of Preference Statements