Thank you so much~ LouV,
But my question is ... remove the 'Moving Range chart' by using JMP script...
[1] I'm currently use JMP 11.
I can click the mouse right button and 'Remove' button to remove it, but there are over 100 control charts. So I have to use JMP script.
[2] I thought that if I delete the 'Chart (Position (2))' in the script
, then I could remove the 2nd control chart which is 'Moving Range chart' but it couldn't. (It feels bug ... Maybe I don't know how to change it )
dt = Open( "$SAMPLE_DATA/Quality Control/Coating.jmp" );
dt << Control Chart Builder( Show Control Panel( 0 ),
Variables( Subgroup( :Pin ), Y( :Weight ) ),
Chart( Position( 1 ), Limits( Spec Limits( 1 ) ), Warnings( Test 1( 1 ) ) ),
Chart( Position( 2 ) ),
SendToReport( Dispatch( {}, "graph title", TextEditBox, {Set Text( "Individual chart of Weight" )} ) )
);
[3] I know there is a 'IR' menu for I chart
, but I have to use 'control chart builder' menu to customize the rule 2. (form 9 to 8 points)
----------- or --------------
Maybe I have to use 'I' chart menu...
adding formula with label funtion for Rule 2 (Marks on the 8points) (Default : marks from 9points)