Search found 33 matches

by Turc
Thu Jul 29, 2010 8:33 pm
Forum: .NET
Topic: Line reconnects null points
Replies: 2
Views: 4835

Line reconnects null points

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...
by Turc
Thu Jul 29, 2010 2:56 pm
Forum: Java
Topic: teeChart post plotting null points issue
Replies: 7
Views: 13396

Re: teeChart post plotting null points issue

Anyone?

I'm using Fastline.
by Turc
Wed Jul 28, 2010 6:57 pm
Forum: Java
Topic: teeChart post plotting null points issue
Replies: 7
Views: 13396

teeChart post plotting null points issue

I've set my program to plot a null point ( .add() ) on the chart if the value exceeds a certain threshold or if it times out - which it does (stop point). Then onces the value goes back down beneath the threshold or comes back from a timeout it starts plotting the points again (start point), but it ...