Control chart - K sigma set up
Hello, I would like to make a control chart with a KSigma set up by a coefficient automatically calculated. Below is my code: graph = New Window( chart_title,
Control Chart(
Sample Label( :Numéro de lot ),
Sample Size( :N ),
KSigma( z_KSigmaZ ),
Sort by Row Order( 1 ),
Chart Col( :"Y1"n, P( Limits Precision( 1 ), LCL( -3 ) ) ),
... However, by setting up the coefficient with this code: KSigma( z_KS
...