FNCChart with only one point

Hello,

what am I doing wrong? I want to display two series in an FNCChart. Sometimes, the series have only a single value/point each. Whenever that happens, Series 2 overwrites Series 1. If both series have more than one value, everything displays correctly. See attachment.

I perform the display of the values ​​within a loop.

for i:=0 to tRegion.count-1 do
begin
sChart[0].AddPoint(twert.strings[i].toDouble);

sChart[1].AddPoint(twert1.strings[i].toDouble);
end;

Thanks.

Steffen Weiner

Serien mit 2 Punkten.pdf (44.0 KB)

Hi,

We have applied a fix for this. Next version will address the issue.

Thanks for reporting!