Line reconnects null points

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Turc
Newbie
Newbie
Posts: 34
Joined: Wed Feb 03, 2010 12:00 am

Line reconnects null points

Post by Turc » Thu Jul 29, 2010 8:33 pm

I'm plotting data using FastLine. I tried posting this on the Java section but no one responded. I'm plotting temperature (y-axis) vs time (x-axis).

Here's the issue:
It's plotting valid points. Then when the value crosses a threshold it calls add(). Time (x-axis) increments and nothing gets plotted, creating a gap - just how i want it to work. But as soon as i start plotting valid points again, the gap gets connected to the previous plotted point no matter what i try/change. I've been trying to get this gixed for days now and getting no where. Any advice or tips would be greatly appreciated.

Thank you

Turc
Newbie
Newbie
Posts: 34
Joined: Wed Feb 03, 2010 12:00 am

Re: Line reconnects null points

Post by Turc » Thu Jul 29, 2010 8:39 pm

Also, i tried add(time, temperature, color. transparent) and when it reconnects, it recolors the points to the original color thus showing the null points as well. I also tried adding null strings, etc. and i get nothing :/

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Line reconnects null points

Post by Yeray » Fri Jul 30, 2010 4:37 pm

Hi Turc,

We've answered you here and we'll continue the conversation as soon as possible.

Please don't open more than one thread with the same question. We do our best to provide technical support on this forum board in a timely and efficient fashion. If you are interested in direct e-mail technical support you may be interested in our Pro-Support service.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply