Invalid Floating Point Operation
Posted: Mon Feb 07, 2005 12:44 am
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
- 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