Right-click context menu of worksheet cell: Insert Graph
Insert graph into a worksheet cell
1. insertGraph gname:=graph1;
2. insertGraph gname:=graph1 keepaspect:=0 resizecell:=0;
3. insertGraph gname:=graph3 embed:=1 keepaspect:=1 axes:=1 label:=1;
4. insertGraph gname:=graph1|graph2 embed:=0 keepAspect:=0;
Please refer to the page for additional option switches when accessing the x-function from script
Input
string
int
Option list:
Output
Range
This X-Function inserts the chosen graph(s) and Layout(s) into specified cell in a worksheet.
Inserted graphs/layouts can be either embedded or linked.
insertImg, insertNotes, insertSparklines, insertArrow, insertVar