You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm placing this here more for anyone who comes after me than to expect a solution.
It appears that, for whatever reason, drawLine() ignores setSerieWeight() if neither anti-aliasing nor a dashed (ticks) line are requested. My best guess is that the author thought that thick lines looked bad without these settings. Or it could have just been an oversight.
I'm placing this here more for anyone who comes after me than to expect a solution.
It appears that, for whatever reason, drawLine() ignores setSerieWeight() if neither anti-aliasing nor a dashed (ticks) line are requested. My best guess is that the author thought that thick lines looked bad without these settings. Or it could have just been an oversight.
There's an old question about this on the "official" (dead?) pChart forum: http://wiki.pchart.net/forum/viewtopic.php?f=5&t=2316&hilit=setserieweight
I found no harm when commenting out this clause in drawLine() to let it fall through to the code that handles the weight.
The text was updated successfully, but these errors were encountered: