In the Scripting Guide I found the command
Text Box<<Rotate Text(direction)
Is there a command to rotate the labels in Graph Builder?
![hogi_0-1687157045757.png hogi_0-1687157045757.png](https://community.jmp.com/t5/image/serverpage/image-id/53952iE52178A2BED727EF/image-size/medium?v=v2&px=400)
Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Data Table( "Big Class" ):height << Format( "Percent", 5, 0 );
gb = Graph Builder(
Variables( X( :sex ), X( :age, Position( 1 ) ), Y( :height ), Overlay( :sex ) ),
Elements( Bar( X( 1 ), X( 2 ), Y, Legend( 3 ), Label( "Label by Value" ) ) ),
);