How do I export a chart WITHOUT the chart header?
Hello, I'm writing a script to generate several charts and export them to a specified folder, but I'm unable to save them in the format that I desire. I have a control chart that I want to export to a directory specified by the user. Ideally, I would like the chart to save with no chart header, i.e., just the graphic with no text, like this: I'm using the following line of code to save the chart t...