Page 1 of 1

Overwrite Label for Legend

Posted: Tue Jul 10, 2018 12:03 pm
by BCNAV
I have some variables that I have already made display names for. Example:

vfr_cywg.displayname Winnipeg (CYWG)


These are used in making titles for graphs via:
%title="IFR Historical Monthly Raw (Blue) vs. Trend Cycle (Red) for " + {%series1}_{%series2}.@displayname


For the legend, I would like to overwrite the displayname to "Raw Data". I would do this for all variables. Not sure there is a legend key overwrite or not. I could make another variable, but that would get messy.

Thanks

Re: Overwrite Label for Legend

Posted: Tue Jul 10, 2018 3:11 pm
by EViews Gareth
http://www.eviews.com/help/helpintro.ht ... 23ww175617

The legend argument should do what you want.

Re: Overwrite Label for Legend

Posted: Wed Jul 11, 2018 5:40 am
by BCNAV
thanks!!