Migrating from TeeChart 7 VCL to ASP.NET TeeChart v2

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Teledatamat
Newbie
Newbie
Posts: 2
Joined: Tue Mar 21, 2006 12:00 am

Migrating from TeeChart 7 VCL to ASP.NET TeeChart v2

Post by Teledatamat » Wed May 17, 2006 9:43 am

Hello,


I want to implement an ASP.NET 2.0 version of my charting application. Today I use the TeeChart V7.02 VCL in a usual delphi 5 application. I create the chart at runtime and fill the needed properties and series with my data manually.

Is it possible to migrate to the .NET-version? How is the way of migration? Is it compatible to the VCL-version? What are the problems? Can anybody give me a hint how to do that?

Backgroundinfo:
I plan to make a COM-object of my Delphi-businesslayer and then I want a native ASP.NET-presentationLayer with the .NET TeeChart v2, which is filled by the series and properties of the COM-object-businesslayer data.

Regards,
Teledatemat

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed May 17, 2006 11:08 am

Hello Teledatamat,

TeeChart for .NET v2 has almost the same features as the VCL versoin and its API is pretty similar as well. So that you could use one single component for that. For further information please have a look at the tutorials and demos included in the evaluation and registered installers.

However, the approach you reported is also feasible.
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

Teledatamat
Newbie
Newbie
Posts: 2
Joined: Tue Mar 21, 2006 12:00 am

Post by Teledatamat » Fri May 19, 2006 12:43 pm

thank you for your answer

Post Reply