Graph: Arrange Layers
Change a graph to m*n layers
1. laymxn row:=2 col:=4 autofit:=0 pageunit:=cm width:=25 height:=30 unit:=mm xgap:=4 ygap:=6;
Please refer to the page for additional option switches when accessing the x-function from script
Input
int
Specifies the number of rows.
When the graph is a Tile Grid Map, this option will be hidden.
Specifies the number of columns.
Specifies the direction for arranging graph layers. When the graph is a Tile Grid Map, this option will be hidden.
Option list:
string
Specifies whether to show Axis Ticks and Labels on left and right side (bottom and top) alternately in the graph layers.
Note: This variable is only available in Stack graph. That means either the Number of Rows or Number of Columns must be 1, but not both to be 1. When Number of Columns=1 and Number of Rows>1, the layers are stacked in vertical, and the layers shows Y axis on left and right alternately. When Number of Rows=1 and Number of Columns>1, the layers are stacked in horizontal, and the layers shows X axis on bottom and top alternately.
Specifies whether to keep layers size and auto fit page size.
Option List:
When you set not to keep Layer Size and Fit Page Size (autofit=0). Specifies the unit of both Width and Height for the graph page size.
double
Specifies the width of the selected graph page.
Specifies the height of the selected graph page.
Specifies the unit for the graph spacing..
Specifies the horizontal gap between two adjacent layers.
Specifies the vertical gap between two adjacent layers.
GraphPage
laymanage, laysetpos, layalign, layarrange