Page 1 of 1

Mixed graph setelem

Posted: Sat Oct 01, 2016 1:43 am
by tvonbrasch
Hi

In the attached workfile, when changing the colours of the bars, why do I have to write

Code: Select all

fin.setelem(1) fillcolor(@rgb(78,106,173))
and not

Code: Select all

fin.setelem(1) fillcolor(@rgb(78,106,173))
?

When changing the label of the bars i have to use the code

Code: Select all

fin.setelem(2) legend("Anslag i Nasjonalbudsjettet året før")
This seems inconsistent?
THomas

Re: Mixed graph setelem

Posted: Fri Oct 21, 2016 8:21 am
by EViews Jason
It's due to how the internal graph structure was coded.

See http://forums.eviews.com/viewtopic.php? ... 156#p47156 for explanation