Thank you for the reply, txnelson.
I am using Spec Limits for KSigma() with a fitted continuous distribution to generate the spec limits. I do want to leave the fitted continuous distribution curve on the histogram, but I do like your suggestion to not display the spec limits. Is there a way to hide the "USL", "LSL", or "Target" text so I may then add reference lines over the spec limit lines that will remain on the histogram?
Assuming there is not, I am now trying to come up with a way to script the unchecking of "Spec Limits" in the red arrow menu so the limit lines and labels will be removed from the histogram, but the distribution curve will remain (if this works, my plan is to pull the limits from "Quantiles: Uncentered and Unscaled" and add reference lines to the histogram).
My attempt:
FDS_rdist["Capability Analysis"] << delete;
unfortunately did not work.
Is there a way to send a message using Fit Handle to "unspec" limits and remove the capability analysis?
Thanks again.