Page 1 of 1

Bug in FastLine Series and plotting Nulls

Posted: Wed Dec 10, 2003 6:06 pm
by 9080016
When plotting series using FastLine if you mark a plot as null it still draws a line from the Null point to the next valid point not showing a gap in the line. Where as when you switch the SeriesType to csLine there is no line from the NULL point to the next data value.

Any info would be helpful.

Posted: Fri Dec 12, 2003 11:42 am
by Pep
Yes, the support for Null points in TFastLine Series has been included in the TeeChart Pro v6. You can find one example in the TeeChart Pro v6 Demo Features project under :
Welcome ! -> New Features -> Series -< Fast Line -> Nulls and Stairs.

If you're using the TeeChart Pro v5 a workaround is to use TLineSeries instead of TFastLineSeries.

Josep Lluis Jorge
http://support.steema.com

Posted: Fri Dec 12, 2003 9:12 pm
by 9080016
Yes that is correct I am using TeeChart Pro v6. This is where I am having the problems I think there is a bug in v6 with the new FastLines and setnull property.

I have a .TEE file that I can send you that shows the problem. When I look at the file as fastline the line from the null point to the next valid point appears when it shouldn't. If I change the seriestype to csLine the issue is resolved. This only appears when there are more than 1 null points in a row.

I have a .TEE file that shows the problem where can I send the file for you to see?

Patrick

Posted: Fri Dec 12, 2003 9:32 pm
by 9080016
I have placed a .TEE files out on steema.public.attachments.

Posted: Wed Jan 07, 2004 4:42 pm
by 9080016
test -- ignore this