FastPoint API
FastPoint API
Which version of TeeChart .net control support FastPoint() API like FastLine()?
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: FastPoint API
Hello,
None of the versions of TeeChart for .NET support a FastPoint series, although of course you could derive one yourself.Alias wrote:Which version of TeeChart .net control support FastPoint() API like FastLine()?
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: FastPoint API
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
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
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: FastPoint API
Actually, a better idea which is available to you now is to use the DownSampling function. There is an example of how to do this using a Points series in the Features demo under:Alias wrote:Facing performance issues with large data on XY Scatter.(Around 500000 points)
Would appreciate any help in improving performance of Point Series?
%Program Files%\Steema Software\Steema TeeChart for .NET 201X 4.1.201X.XXXXX\Examples\DemoProject\bin\ExecutableDemo\TeeChartNetExamples.exe
go to the "All Features" tab, and then "Welcome !\Functions\Extended\Reducing number of points"
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |