Page 1 of 1

PointLineSeries: Draw clipped lines in visible area

Posted: Mon Nov 09, 2015 10:39 am
by frank
Hi,

is there an easy way in LightningChart, to draw an over-/ undershoot of the visible area to the visible top/bottom of this area?

Re: PointLineSeries: Draw clipped lines in visible area

Posted: Mon Nov 09, 2015 7:39 pm
by ArctionPasi
I think you could go through your data by code, analyze which parts are outside valid Y range and use LineCollections to show the overshoot/undershoot regions.

Re: PointLineSeries: Draw clipped lines in visible area

Posted: Tue Nov 10, 2015 7:53 am
by frank
Hi Pasi,

thanks for fast reply. That was also one of my ideas. But with 18 Million Points in my Series this takes up some time. So I was hoping there was an inbuild method I could use.
I'll try LineCollections.

Best regards,
Frank