Can the X group name text orientation of this Graph Builder be set to vertical?
Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
ca="tem";New Column(ca);Column(ca)<<Formula( char(age)||"longlong" );dt<<run formulas;Column(ca)<<deleteFormula;
p1 = dt << Graph Builder(
Size( 300, 400 ),
Show Control Panel( 0 ),
Legend Position( "Inside Bottom Right" ),
X Group Edge( "Bottom" ),
Variables( X( :weight ), Y( :height ), Group X( :tem, Size( 161 ) ), Color( :sex ) ),
Elements
...