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
AddNullXY doesn't work as expected
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi lgao,
Sorry but I don't understand what you are trying to achieve here. Could you please send us some more information about the problem and a simple example project we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
Sorry but I don't understand what you are trying to achieve here. Could you please send us some more information about the problem and a simple example project we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
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 |