I have a realtime plot which uses two series:
- fast line (all points)
- point series (only last point)
The update code is as follows:
m_ArrPlot->GetSeries(i).GetAsFastLine().AddRealTime(x,y,"",clTeeColor);
m_ArrPlot->GetSeries(i+1).Clear();
m_ArrPlot->GetSeries(i+1).AddXY(x,y,label,clTeeColor);
This generates "Invalid Floating Point Operation" errors. However, if I pass an empty string "" to AddXY (instead of label), I NEVER get this error.
The error normally occurs after 3000-4000 points have been added to the chart.
Is this a known bug?
I am using TeeChart Pro AX v 5.0.1
Russell Thamm
Invalid Floating Point Operation
Hi Russell,
I'm going to need an example with which I can reproduce the problem as is here. Could you please post it into the news://steema.net/steema.public.attachments newsgroup ?
I'm going to need an example with which I can reproduce the problem as is here. Could you please post it into the news://steema.net/steema.public.attachments newsgroup ?
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Russell,
Please send it directly to me and I'll forward your example to Josep LLuís.
Please send it directly to me and I'll forward your example to Josep LLuís.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |