
Contents |
Add a new XY Scale object to the layer
add_xyscale_obj igl:=[graph1]layer1;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input Graph | igl |
Input/Output GraphLayer | |
Specifies the name of the graph to be pasted. |
| X Range in Percent | xscale |
Input double | |
Specifies the percentage of X scale. |
| X Scale Units | xUnits |
Input string | |
Specifies the units of X scale. |
| Y Range in Percent | yscale |
Input double | |
Specifies the percentage of Y scale. |
| Y Scale Units | yUnits |
Input string | |
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 | |
Outputs the actual scale of X |
| Actual Y Scale | oyscale |
Output double | |
Outputs the actual scale of Y. |
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.