EV11: setelem(#) lcolor(#color) is always black
Posted: Sat Apr 06, 2019 1:55 pm
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.
Please check it,
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)