Search found 2 matches

by pmach
Fri Sep 03, 2010 7:19 am
Forum: VCL
Topic: NULL point in array?
Replies: 2
Views: 2087

Re: NULL point in array?

Thank you Yeray. It was helpful.
(BTW I discovered that TFastLine can handle NULL points, I just overlooked properties IgnoreNulls and TreatNulls)
by pmach
Wed Sep 01, 2010 12:34 pm
Forum: VCL
Topic: NULL point in array?
Replies: 2
Views: 2087

NULL point in array?

(TeeChart for C++ Builder 2009 ) I need to draw large moving line graph which have "holes" (isn't continuous). Currently I'm using TLineSeries and functions AddXY and AddNullXY but it's too slow. TFastLineSeries is faster but it can't draw "holes" - AddNullXY just add point with value 0. I tried to ...