Page 1 of 1

Command to set Axis to Foreground

Posted: Sat Mar 10, 2012 4:44 am
by ethani
Does anyone know the command to set the data axis labelfor a (band) graph to the foreground? I know how to do this through the "options" menu in the graph object, but not how to program this directly.

Re: Command to set Axis to Foreground

Posted: Mon Mar 12, 2012 9:32 am
by EViews Glenn
Can you elaborate. I don't understand what you are trying to do.

Re: Command to set Axis to Foreground

Posted: Tue Mar 13, 2012 5:08 am
by ethani
I am looking for the programming command that is equivalent to the following menu option that can be accessed on a GRAPH object. Options>Axes & Scaling>Data axis labels>Axis ticks & lines: select "zero line foreground" in the lower of the two option menus.

In words, I want the X-axis of the graph to not be covered by a band graph.

Thanks,
Ethan

Re: Command to set Axis to Foreground

Posted: Tue Mar 13, 2012 10:13 am
by EViews Glenn
Try the axis command. I believe zerotop is the option that you want.

Code: Select all

graph_name.axis(left) zerotop