PointLineSeries disappear when pan over to the border

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
_Michael
Posts: 4
Joined: Tue May 05, 2015 4:59 pm

PointLineSeries disappear when pan over to the border

Post by _Michael » Tue May 05, 2015 5:14 pm

Hi,
I have a strange bug that only happens in two of my graphs. The graph contains only PointLineSeries. When a pointLine touches either left or right border, the whole pointLine will disappear. If I pan it back, it will re-appear. This only happens when I pan left or right. Panning up and down works just fine. Thank you.


Michael

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: PointLineSeries disappear when pan over to the border

Post by ArctionPasi » Tue May 05, 2015 8:58 pm

Hi Michael,

Sounds like you are not giving the points in ascending order by X. PointLineSeries must follow order Points[i+1].X >= Points.X

FreeformPointLineSeries, in contrast, allows any order.

If this doesn't solve the problem, please share your code so I can help more :)
LightningChart Support Team, PT

_Michael
Posts: 4
Joined: Tue May 05, 2015 4:59 pm

Re: PointLineSeries disappear when pan over to the border

Post by _Michael » Tue May 05, 2015 11:48 pm

Yes, you are right. That is actually the case. Thank you very much.

Post Reply