Page 1 of 1

EV11: setelem(#) lcolor(#color) is always black

Posted: Sat Apr 06, 2019 1:55 pm
by binhpham79
Hi,

In EV11, below is possibly a bug!

figure.setelem(1) lcolor(red) is always black even I change lcolor(blue) or whatever. So, currently I cannot change any line color as it is always black.

Code: Select all

wfcreate u 100 series y = @cumsum(nrnd) ' Line is blue freeze(figure) y.line ' Set line to red but black figure.setelem(1) lcolor(red) lwidth(2)
Please check it,

Re: setelem(#) lcolor(#color) is always black

Posted: Sat Apr 06, 2019 1:59 pm
by EViews Gareth
Thanks, we'll fix.