CalcXPosValue - Error return?
Posted: Mon Oct 11, 2004 4:12 pm
When I call...
xValue is 0x3FFFFFF and yValue = 0xFC000001
I assume these are error values.
Any ideas what they mean (or what I'm doing wrong).
I have tried this on an example program and it works ok, so it must be something in my program.
Neil
Code: Select all
LONG xIndex = m_pChart->GetAxis().GetBottom().CalcXPosValue(xEnd);
LONG yIndex = m_pChart->GetAxis().GetLeft().CalcYPosValue(yEnd);
I assume these are error values.
Any ideas what they mean (or what I'm doing wrong).
I have tried this on an example program and it works ok, so it must be something in my program.
Neil