Search found 2 matches

by lgao
Thu May 17, 2007 8:32 am
Forum: ActiveX
Topic: AddNullXY doesn't work as expected
Replies: 2
Views: 3632

Thank you, Narcís.
This problem has been fixed. :D

I used scFastLine as param of function AddSeries,
namely myTChart.AddSeries(scFastLine), AddNullXY did not have effect as
its name imply.
Latter, I used scLine instead of scFastLine, then AddNullXY took effect.

Thanks.
by lgao
Tue May 15, 2007 3:49 am
Forum: ActiveX
Topic: AddNullXY doesn't work as expected
Replies: 2
Views: 3632

AddNullXY doesn't work as expected

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 disp...