Remove Control Chart Axis Labels
I have a script that imports data then manipulates the data and makes control charts. The person I'm writing it for does not want labels or tick marks along the x axis. I built the control charts using control chart builder and I removed the the x axis labels and tick marks, but when I run the script it puts them back. Everything else I've done in control chart builder is replicated when the scri...