Page 1 of 1

Migrating from TeeChart 7 VCL to ASP.NET TeeChart v2

Posted: Wed May 17, 2006 9:43 am
by 9345709
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

Posted: Wed May 17, 2006 11:08 am
by narcis
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.

Posted: Fri May 19, 2006 12:43 pm
by 9345709
thank you for your answer