Editing Control Chart after Creation
I'm trying to create a script to format the output of the Process Screening tool's control charts so they're more pretty. Obviously, I can't go in and change the code of the Process Screening tool itself, so the problem I'm faced with is: Given a preexisting control chart object, how can I:1. Add a column to the subgrouping2. Delete the Moving Range graph For reference, I currently have a myContro...