Slow chartmap template load

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Slow chartmap template load

Post by Narcís » Mon Oct 15, 2012 7:17 am

Hi Hermes,

Passing polygons to serialization is what makes it slow. If you already have the polygons in the .shp file it's redundant serializing them, isn't it?
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Hermes
Newbie
Newbie
Posts: 33
Joined: Fri Feb 03, 2012 12:00 am

Re: Slow chartmap template load

Post by Hermes » Tue Oct 16, 2012 6:22 pm

Hi,
Without explain all the logic behind the app, the point is that the "shp" is unknown at ui layer, all that the ui layer know is a control. And the control arrives to the ui layer as a stream.

Hermes
Newbie
Newbie
Posts: 33
Joined: Fri Feb 03, 2012 12:00 am

Re: Slow chartmap template load

Post by Hermes » Tue Jun 10, 2014 3:33 pm

Hello,
I've recently update my teeChart licence and want to ask if any further research was made about this topic, it keeps being too important to my App to solve it.

Thanks

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

Re: Slow chartmap template load

Post by Christopher » Tue Jun 10, 2014 4:12 pm

Hello,
Hermes wrote: I've recently update my teeChart licence and want to ask if any further research was made about this topic, it keeps being too important to my App to solve it.
I'm afraid the only way so far we have been able to speed the import of serialized TCharts with Map series in them is to separate out the shp (polygon) data. I'm sorry that this solution is incompatible with your application design.
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