Getting crash while plotting line series in real Time mode
Posted: Thu May 29, 2008 9:23 am
Hi ,
I am using TeeChart5.ocx to plot the line and the histogram series.
I have 2 approches to plot series,
1 . User define (In this user can set the interval to update the series) : I am doing this by setting timer interval suppose 1 sec to update series....
2 . RealTime(I am passing data as it to control to plot line series) so not getting enough time
In the User define mode I am setting some interval to update series so teeChart get some time to plot the series initially . So Its working fine..
But in the Real Time mode a lot of data coming on the network fastly i need to plot as is in the TeeChart control at that time only . that time only I am getting crash .... (Stack overflow)....
If I put some initial delay in the Real Time mode series is working fine .. I don't want this delay solution to implement .. So could you please help me if any time you have faced this problem in the line series.....
Note : With the Histogram series Its working fine without putting delay in real time mode...
I am using TeeChart5.ocx to plot the line and the histogram series.
I have 2 approches to plot series,
1 . User define (In this user can set the interval to update the series) : I am doing this by setting timer interval suppose 1 sec to update series....
2 . RealTime(I am passing data as it to control to plot line series) so not getting enough time
In the User define mode I am setting some interval to update series so teeChart get some time to plot the series initially . So Its working fine..
But in the Real Time mode a lot of data coming on the network fastly i need to plot as is in the TeeChart control at that time only . that time only I am getting crash .... (Stack overflow)....
If I put some initial delay in the Real Time mode series is working fine .. I don't want this delay solution to implement .. So could you please help me if any time you have faced this problem in the line series.....
Note : With the Histogram series Its working fine without putting delay in real time mode...