JSL - showing spec limits as graph reference lines
Hi, thanks for reading this.When viewing a column's spec limits in column properties, there is a check box that enables the display of those spec limits in certain platforms.I'm trying to figure out a way to show the limits with "Show Limits (1)."With pre-selected columns, I'm working on the following script:dt = Open();dtcols = dt << Get Selected Columns;addprop = Expr( For(i = 1, i <= NItems(dtc...