cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
0 Kudos

Rotate labels in Scatterplot Matrix

I wish I could rotate the Label Orientation to Perpendicular for ALL x-axes simultaneously in a Scatterplot Matrix. I have to rotate them one at a time, and the broadcast command using [Ctrl] doesn’t work for that.
1 Comment
hogi
Level XI

This code will do the trick:

lbs= current report() << xPath("//ListBox");
xLabels= lbs[N items(lbs)]<< xPath("//TextEditBox ");
xLabels << Rotate Text( "Left" );

rotateLabels.gif