2.5.4 add_xyscale_obj

Menu Information

Insert: XY Scaler

Brief Information

Add XY scale object to graph

Command Line Usage

add_xyscale_obj igl:=[graph1]layer1;

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input Graph igl

Input/Output

GraphLayer

<active>

Specifies the name of the graph to be pasted.

X Range in Percent xscale

Input

double

10

Specifies the percentage of X scale.

X Scale Units xUnits

Input

string

"X Scale"

Specifies the units of X scale.

Y Range in Percent yscale

Input

double

10

Specifies the percentage of Y scale.

Y Scale Units yUnits

Input

string

"Y Scale"

Specifies the units of Y scale

Left Position in Percent left

Input

double

<>

Specifies the position of the object from left of the layer.

Top Position in Percent top

Input

double

<>

Specifies the position of the object from top of the layer.

Actual X Scale oxscale

Output

double

<optional>

Outputs the actual scale of X

Actual Y Scale oyscale

Output

double

<optional>

Outputs the actual scale of Y.

Description

This X-Function pastes an defined XY scale object onto the another graph page. You can specify the size and position of the XY scale object.

Add xyscale obj help English files image002.jpg

Related X-Functions

add_table_to_graph