Hi Thanks,
Can you please help me to understand how to do that?
Facing performance issues with large data on XY Scatter.(Around 500000 points)
Would appreciate any help in improving performance of Point Series?
We are very close to production and performance issues are becoming bottleneck for us
Search found 7 matches
- Fri Feb 20, 2015 2:23 am
- Forum: .NET
- Topic: FastPoint API
- Replies: 3
- Views: 7443
- Tue Feb 17, 2015 7:23 pm
- Forum: .NET
- Topic: FastPoint API
- Replies: 3
- Views: 7443
FastPoint API
Which version of TeeChart .net control support FastPoint() API like FastLine()?
- Tue Jan 20, 2015 5:08 am
- Forum: .NET
- Topic: Urngent:Memory issue while surface graph plot
- Replies: 9
- Views: 24890
Re: Urngent:Memory issue while surface graph plot
Hello, This error occurs on the first Surface series created, that is, it is reproducible with this change: //for (int i = 0; i < 60; i++) //{ AddSuface(CreateDataTable(x, y, z), x, y, z); //} In the source code, the exception is thrown here: outofmem.png This error is most likely due to the fact t...
- Fri Jan 16, 2015 11:31 am
- Forum: .NET
- Topic: Urngent:Memory issue while surface graph plot
- Replies: 9
- Views: 24890
Re: Urngent:Memory issue while surface graph plot
If you still need sample example I will create soon. But please send me link of your sample example for surface graph as above. The attached file here: SurfaceTest_Form.zip contains a Windows Form which here runs without throwing an exception. Does it run without generating an exception at your end...
- Wed Jan 14, 2015 3:03 pm
- Forum: .NET
- Topic: Urngent:Memory issue while surface graph plot
- Replies: 9
- Views: 24890
Re: Urngent:Memory issue while surface graph plot
Hi Alias, Thanks for the feedback. With this error message is almost impossible finding which the problem might be. According to the image I guess you are using setting the IrregularGrid property of your 3D series to true. My suggestion would be to try disabling it unless it's strictly necessary. C...
- Tue Jan 13, 2015 12:30 pm
- Forum: .NET
- Topic: Urngent:Memory issue while surface graph plot
- Replies: 9
- Views: 24890
Re: Urngent:Memory issue while surface graph plot
Hello Alias, 1. Can you please attach a simple example project we can run "as-is" to reproduce the problem here? 2. Can you please provide a simple running example for that as well? 3. No specific 3D "fast" series. However, you can apply some of the suggestions in the Real-time Charting article her...
- Tue Jan 13, 2015 9:40 am
- Forum: .NET
- Topic: Urngent:Memory issue while surface graph plot
- Replies: 9
- Views: 24890
Urngent:Memory issue while surface graph plot
We are using Teechart graph control for a .Net 4.0(Winform) desktop application development. We are facing problems in plotting surface graph. Issues: 1. Plotting surface graph for 65 files(.csv). Each file has 3000 000 points. Each point is of double data type. We are passing file data as a data ta...