Mixed graph setelem
Posted: Sat Oct 01, 2016 1:43 am
Hi
In the attached workfile, when changing the colours of the bars, why do I have to write
and not
?
When changing the label of the bars i have to use the code
This seems inconsistent?
THomas
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))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")THomas