Navigation: Scripts > Example scripts
Script example 7. Changing the X-axis title of all graphs
Script command
Comments
GoTo G
Go to the graphs section.
ForEachSheet
Loop over all sheets in this section.
SetAxisTitle X, "Time (minutes)"
Change the X axis tite.
Next