PointLineSeries3d.AddPoints inserts an unknown point

Found a possible bug in LightningChart? Report it here.

Moderator: Queue Moderators

Post Reply
cigdem
Posts: 1
Joined: Wed Feb 19, 2014 7:26 am

PointLineSeries3d.AddPoints inserts an unknown point

Post by cigdem » Wed Feb 19, 2014 9:56 am

Hello,
I am using the trial version of LightningChart Ultimate and trying to create some sample application which shows a growing line on a 3d scene. But my lines always get connected to 0,0,0 point. I found out that it is caused by PointLineSeries3d.AddPoints method as it inserts an additional point which I do not provide as input.

E.g. there is only one point in my series, I use AddPoints method to add one more point. As result, I see 3 points in PointLineSeries3d.Points array. Third point is the one inserted additionally by AddPoints method and it states at the position of x=0, y=0, z=0. On the other hand, PointLineSeries3d.PointCount is 2 as I expect it to be.

What may be the reason of such problem?
Thanks.

ArctionJari

Re: PointLineSeries3d.AddPoints inserts an unknown point

Post by ArctionJari » Wed Feb 19, 2014 12:41 pm

Hi.

Thanks for bringing this up. There was a bug in AddPoints method. We have fixed it and are testing it at the moment. The fix will be included in the next version (5.5). It will be available next Friday (February 21st).

Sorry for the inconvenience. :oops:

Post Reply