I wrote simple script, which imports a data from a multiple .txt files to one workbook with different sheets. Then it creates the empty graph and after that its adding a few plots on this graph. My question is : Can i set the axis names and units on the graph ? (i dont want to do it by setting long names and units in workbook). My another problem is setting the series names on the graph (i have a few curves on it).
[EDIT] somehow i managed to customize these options. The last thing i need to complete my script is doing the legend with descriptions next to curves. The effect i want to achieve is visible on the picture below:
If you want to add the label to the individual plot, you can try: 1.Right click in the upper-left corner of the worksheet and select View: Parameters from the shortcut menu.
2.Enter the text of each label directly in the Parameters row cell(s).