FastPoint API

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Alias
Newbie
Newbie
Posts: 7
Joined: Mon Nov 03, 2014 12:00 am

FastPoint API

Post by Alias » Tue Feb 17, 2015 7:23 pm

Which version of TeeChart .net control support FastPoint() API like FastLine()?

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: FastPoint API

Post by Christopher » Wed Feb 18, 2015 11:05 am

Hello,
Alias wrote:Which version of TeeChart .net control support FastPoint() API like FastLine()?
None of the versions of TeeChart for .NET support a FastPoint series, although of course you could derive one yourself.
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

Alias
Newbie
Newbie
Posts: 7
Joined: Mon Nov 03, 2014 12:00 am

Re: FastPoint API

Post by Alias » Fri Feb 20, 2015 2:23 am

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

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: FastPoint API

Post by Christopher » Fri Feb 20, 2015 1:17 pm

Alias wrote:Facing performance issues with large data on XY Scatter.(Around 500000 points)

Would appreciate any help in improving performance of Point Series?
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:
%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

Post Reply