Page 1 of 1

Very Important and Urgent !!!

Posted: Mon Apr 18, 2005 7:50 am
by 9526403
Hello Everyone,
I am facing a problem while plotting graph(series:asFastLine).
There was a solution given by you in Version 4.0 in Delphi for the problem I am facing now.
Now I am working in Visual Basic 6.0.
I am unable to find "TChartValueList" in VB Version TeeChart Pro ActiveX V7.0.0.3.
I want to know how to use the functionality "INSERTCHARTVALUE" in "TChartValueList" Class defined in TeeChart Pro ActiveX V7.0.0.3.
Please give us a solution for this as it takes time in plotting the graph using AddXY, AddArray and AddRealTime Methods already defined. As I have to plot graph for every 5ms to 10 ms continuously without overwriting graph plotted.

Thanks and Regards
Sharad.[/list]

Posted: Mon Apr 18, 2005 8:29 am
by narcis
Hi Sharad,

The method you request is not available in TeeChart Pro v7 ActiveX. However AddRealTime method is the quickest available. Reading this article should help you optimizing real-time charting performance. The article is written in Delphi but you shouldn't have any problem porting it to any other environment.