AddNullXY doesn't work as expected
Posted: Tue May 15, 2007 3:49 am
I'm using Visual C++, MFC, and Visual Studio 7.0 with TChart ActiveX Pro V7.
I want the series to break as exception occurs.
These codes look as following:
if (exeption)
series(0).AddNullXY(current_time, y, "");
else
series(0).AddXY(current_time, y, "", color);
The series isn't broken and still displays in series when exception.
What else option should I need to set ?
Sincerely
lgao
I want the series to break as exception occurs.
These codes look as following:
if (exeption)
series(0).AddNullXY(current_time, y, "");
else
series(0).AddXY(current_time, y, "", color);
The series isn't broken and still displays in series when exception.
What else option should I need to set ?
Sincerely
lgao