DownSampling performance issues
Posted: Thu Jun 18, 2009 5:38 am
Hi
We are using Tchart license with source code (license number 14050297).
We have a lot of mouse interaction with chart. The ammount of Datapoints used to draw the chart is also huge of the order of 100000 points.
We are using downsampling to reduce size of rendered points. But the use of downsampling is giving a performance hit. We tried to profile this and found that most of the time is spent in the line "this.Chart.Bitmap();" inside "AddPoints" function of "DownSampling" class.
Can you please suggest some solution or probable cause of this issue.
Can we get rid of this function call.
Regards
- MS
We are using Tchart license with source code (license number 14050297).
We have a lot of mouse interaction with chart. The ammount of Datapoints used to draw the chart is also huge of the order of 100000 points.
We are using downsampling to reduce size of rendered points. But the use of downsampling is giving a performance hit. We tried to profile this and found that most of the time is spent in the line "this.Chart.Bitmap();" inside "AddPoints" function of "DownSampling" class.
Can you please suggest some solution or probable cause of this issue.
Can we get rid of this function call.
Regards
- MS