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
Migrating from TeeChart 7 VCL to ASP.NET TeeChart v2
-
- Newbie
- Posts: 2
- Joined: Tue Mar 21, 2006 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |