Toggle the left and bottom axes of graph layers 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";
Please refer to the page for additional option switches when accessing the x-function from script
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.