OriginLab Corporation - Scientific Graphing and Data Analysis Software - 2D graphs, 3D graphs, Contour Plots, Statistical Charts, Data Exploration, Statistics, Curve Fitting, Signal Processing, and Peak Analysis

add_xyscale_obj

Contents

Brief Information

Add a new XY Scale object to the layer

Command Line Usage

add_xyscale_obj igl:=[graph1]layer1;

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.

Image:add_xyscale_obj_help_English_files_image002.jpg

Related X-Functions

add_table_to_graph