JSL: Set title not working
Hi all, i'm trying to script a trend chart and set a title, it's working on bivariate but not working on oneway. anyone can help to advice? thanks. trend_R14toCu = V List Box (For( k = 1, k <= N Items( Conf ), k++, joindt << Oneway(
Y( :Name( "FVIM - R14 to Cu" ) ),
X( :Point_Wafer ),
Means and Std Dev( 0 ),
Mean Lines( 1 ),
Mean Error Bars( 1 ),
Std Dev Lines( 1 ),
Connect Means( 1 ),
Where( :Co...