Modify properties of embedded graphs in worksheet
Minimum Origin Version Required: 8.6
wcellgraph irng:=[Book1]Sheet1!1[2] settings.resizecell:=1;
Please refer to the page for additional option switches when accessing the x-function from script
Input
Range
TreeNode
The settings tree node allows you to specify properties for embedded graphs.
Syntax: settings.Treenode:= <value>
Examples:
int
Option list:
It is used to modify the properties of embedded graphs in the worksheet.
wcellgraph irng:=[Book2]"3D and Contour"!1[2] settings.axes:=1;
The axes of the graph in row 2 of column 1 will be hidden. Note that since the input range is fully specified, the 3D and Contour sheet does not need to be active in order for the script to work.
insertGraph