kpenning 0 Report post Posted October 29, 2013 Any explanation for this random vertical white line in my graph? Thank you for the help! Share this post Link to post Share on other sites
0 JuanC 3 Report post Posted October 30, 2013 One possible explanation would a custom grid line in the X axis. Another possibility would be if you are updating the chart's data using the realtime API. Are you using any of these APIs? JuanC Share this post Link to post Share on other sites
0 JuanC 3 Report post Posted October 30, 2013 One more thing related to the chart you posted, if you are using coreBasic you might want to consider using coreVector instead, when using coreVector you have more flexibility on how galleries (bar, line, etc.) are painted, one of the things we do differently is that in coreBasic lines are painted as a collection of 2-point segments while in coreVector they will be painted as a single line, this will improve performance as well as the appearance of the "connection" between those segments. coreVector is a little bigger than coreBasic but I think the pros will outweigh the script size difference. JuanC Share this post Link to post Share on other sites
Any explanation for this random vertical white line in my graph? Thank you for the help!
Share this post
Link to post
Share on other sites