Hello!
I have a graph with bar groups and group labels. I'd like to have these labels running from left to right instead of from top to bottom. So I used
setTextRotation(getGroupLabel(0), 1);
But it doesn't work. Neither does setX1LabelRotate(1);
Does anyone know if there's a certain condition when these function can be used or what I've done wrong?
Thanx!
Eva
I have a graph with bar groups and group labels. I'd like to have these labels running from left to right instead of from top to bottom. So I used
setTextRotation(getGroupLabel(0), 1);
But it doesn't work. Neither does setX1LabelRotate(1);
Does anyone know if there's a certain condition when these function can be used or what I've done wrong?
Thanx!
Eva