HyperWorks Desktop

*Autoscale()

Automatically determines the minimum and maximum value for the specified axis.

*Autoscale()

Automatically determines the minimum and maximum value for the specified axis.

Previous topic Next topic No expanding text in this topic  

*Autoscale()

Automatically determines the minimum and maximum value for the specified axis.

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

Syntax

*Autoscale(X/Y/XY)

Arguments

Name

Description

 

X

Autoscales the X axis only.

 

Y

Autoscales the Y axis only.

 

XY

Autoscales both the X and Y axes.

Example

*BeginPlot()

 • • •

 *Autoscale(X)

 • • •

*EndPlot

Application

HyperGraph.

Context

*BeginPlot()

Report Definitions

Comments

The *Autoscale() statement overrides the *Min() and *Max() statements inside a *BeginAxis() block.

See also

 

*BeginAxis()

*Max()

*Min()

List of Session Statements