How to Hide Outline Box of Graph Builder
I would like to Hide the outline box that surrounds a graph builder. I tried making it a report and deleting the Outline Box like
ybuild = Graph Builder();
yrep = ybuild << report;
yrep[ OutlineBox(1) ] << Delete;
The entire report just disappears.