If user has many worksheet with same data structure and plot a complicated graph (including multi-panel) from one sheet, user can turn on the left panel to easily switch worksheet. Plots in graph will all be switched to new sheet.
How to:
Click edge of graph page so that page level mini toolbar shows.
Click the Sheet/Book Switching Browser Graph. (Note: the sheets doesn’t have to be in same workbook window)
LabTalk Script Access:
page.canswitch = ; //0, 1(sheet), 2(book)
page.switch("[book2]sheet");
page.switch("sheet"); //without book name means to use the same book
page.switch("[book2]");