Line does not display in the last point of chart

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
lukoprovandrey
Posts: 29
Joined: Fri Sep 04, 2015 2:30 pm

Line does not display in the last point of chart

Post by lukoprovandrey » Thu Sep 24, 2015 3:36 pm

Hello.
I try to draw line to last point of my chart. X coordinates of my line is the same XAxis.Maximum coordinate.

Actual result:
Line1.png
Line1.png (8.02 KiB) Viewed 6080 times
Expected result:
line2.png
line2.png (8.83 KiB) Viewed 6080 times
How can I do this?


also I tried to change width of line, it didn't help me too.

Thanks,
Andrey.

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

Re: Line does not display in the last point of chart

Post by ArctionPasi » Mon Sep 28, 2015 1:36 pm

Hi Andrey,

PointLineSeries has a limitation both endpoints can't be on XAxis maximum. We are sorry about the confusion but there doesn't seem to be a way we could easily modify it, and keep real-time scrolling modes operational.

Workaround: I would recommend using FreeformPointLineSeries for the at X axis maximum.

I hope this helps...
LightningChart Support Team, PT

lukoprovandrey
Posts: 29
Joined: Fri Sep 04, 2015 2:30 pm

Re: Line does not display in the last point of chart

Post by lukoprovandrey » Tue Sep 29, 2015 12:12 pm

Thanks you

Post Reply