Page 1 of 1

Line does not display in the last point of chart

Posted: Thu Sep 24, 2015 3:36 pm
by lukoprovandrey
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 6307 times
Expected result:
line2.png
line2.png (8.83 KiB) Viewed 6307 times
How can I do this?


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

Thanks,
Andrey.

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

Posted: Mon Sep 28, 2015 1:36 pm
by ArctionPasi
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...

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

Posted: Tue Sep 29, 2015 12:12 pm
by lukoprovandrey
Thanks you