Page 1 of 1

Graph display names

Posted: Wed May 25, 2011 9:23 am
by bobshackleton
This code yields a graph title:

Code: Select all

graph graphname.line series1 series 2 graphname.addtext "Title of Graph"
but this code not only doesn't yield a title but also doesn't put anything in the displayname field:

Code: Select all

graph graphname.line series1 series 2 graphname.displayname Title of Graph
Any suggestions?

Re: Graph display names

Posted: Wed May 25, 2011 9:56 am
by EViews Gareth
Using the displayname proc shouldn't change the title of the graph, so that is correct. However it should change the displayname of the graph. I'll take a look into why it isn't.