Page 1 of 1

Question on "setobslabel"

Posted: Wed Jan 19, 2011 7:30 am
by w_nawfal
Hello Folks

does anyone know how to manipulate the way custom labels (placed using the setobslabel command) are placed? i.e. i wold like to have my labels rotated 90 degrees or 45 etc...

i don't think this option is provided in the Object Reference guide :O(

thank you in advance

Wes

Re: Question on "setobslabel"

Posted: Wed Jan 19, 2011 5:30 pm
by EViews Pamela
The setobslabel command sets the label text, and then you should use the axis command to set axis options:

graph01.axis angle(45)

Re: Question on "setobslabel"

Posted: Thu Jan 20, 2011 8:44 am
by w_nawfal
Thanks Pam!