
Contents |
Toggle the left axis and bottom axis on and off.
//Before run it please check that there is a active Graph
//And there are two forms for using destlayer string variable format
laytoggle igp:=Graph1 destlayer:="1:0";
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input Graph | igp |
Input GraphPage | |
Specifies the graph to manipulate. |
| Layer | destlayer |
Input string | |
Specifies the layer(s) to manipulate. Note: to specify multiple layers, use colon to separate the first layer and the last layer to manipulate. For example, "1:3" means the first, second and the third layer. |
This X-Function can be used to toggle the left axes and the bottom axes of several graph layers on and off. Note: it does not affect the right axes and the top axes.