For the Caption Box, is there an option to put the numbers in the "right" order?
Alternatively:
Is there a setting to use the colors of the plot also for the caption to give the audience a chance to get it right
Open( "$SAMPLE_DATA/Big Class.jmp" );
Graph Builder(
Variables( Group X( :sex ), Overlay( :age ) ),
Elements(
Bar( Legend( 3 ), Bar Style( "Stacked" ), Label( "Label by Value" ) ),
Caption Box( )
)
);