NULL point in array?
Posted: Wed Sep 01, 2010 12:34 pm
(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 modify directly DynamicArray and add it Series1->XValues->Value =(TChartValues)(array); but I don't know how to insert NULL point to DynamicArray?
I tried to modify directly DynamicArray and add it Series1->XValues->Value =(TChartValues)(array); but I don't know how to insert NULL point to DynamicArray?