You could run this line on your table.
Eval( Eval Expr( :Length << Set Property( "Control Limits", {XBar( LCL( Expr( :Lower_Lim[1] ) ), UCL( Expr( :Upper_Lim[1] ) ) )} ) ) );
Note you have to include the Control Chart type, such as "XBar," for this to have any effect.