dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
biv = dt << Bivariate(
	Y( :weight ),
	X( :height ),
	Fit Mean( {Line Color( {57, 177, 67} )} )
);
2.
Figure 10.2 Top Disclosure Icon
3.
Click the Bivariate graph. In Figure 10.3, the frame box that contains the graph is highlighted.
Figure 10.3 Show Tree Structure
You can also obtain the tree structure through a script. Send the Show Tree Structure() message to any report. Or, send the message to a piece of the report (any display box object) to see the tree structure for just that part of the report.
Figure 10.4 Partial View of the Classic Tree Structure

Help created on 7/12/2018