set title for control chart open in mulitple tab
Hi all , I would like to change the title of each of my individual control chart opened in various tab , i have tried set title ("xxx") but it apprears error , anyone can help ? For( i = 1, i <= n Items(losscode), i++,
TB << Add(
losscode[i],ob1 = Outline Box( "Pareto Chart",
dt << Control Chart Builder(
Show Capability( 0 ),
Variables( Subgroup( :weight ), Y( :height ) ),
Chart( Po...