Referencing Box Plot outliers checkbox in Graph Builder
Hi,How can I reference the checkbox in the box plot option using jsl? I tried the following but doesn't work. Any Suggestions? checkboxes = nw << XPath("(//OutlineBox[text()='Plots']//OutlineBox[text()='Box Plot']//CheckBoxBox)");
checkboxes[N Items(checkboxes)] << Set All(0);
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );
List1 = {"NPN1", "PNP1", "PNP2", "
...