Hello Sir:
We are now seriously considering to change our implementation from WinForm to WPF.
I need your support in
1. Telling me where could I find latest WPF version teeChart for evaluation. The latest version I could find in your website is TeeChartNET2009VSNET2005WPFEval.exe (February 19, 2010, File size - 1,93 MB). Is it correct?
2. When is the plan date for the formal version, instead of evaluation one?
3. Do you have suggested procedure/method to transform our codes in utilizing .NET version to WPF version?
Thanks a lot for your feedback in advance.
Chris Wu
Where could I find latest WPF version for evaluation
-
- Newbie
- Posts: 57
- Joined: Wed Jan 30, 2008 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Where could I find latest WPF version for evaluation
Hi Chris,
Hope this helps!
Yes, that's correct.1. Telling me where could I find latest WPF version teeChart for evaluation. The latest version I could find in your website is TeeChartNET2009VSNET2005WPFEval.exe (February 19, 2010, File size - 1,93 MB). Is it correct?
Final release has been available for quite a lot of time. You'll find the same installer at the registered client area. Also notice that TeeChart.WPF.dll is already included with VS2008 installers.2. When is the plan date for the formal version, instead of evaluation one?
TeeChart.WPF.dll doesn't include designtime support. Therefore you'll have to do all chart settings programmatically. You can copy all your WinForms TeeChart related code to WPF. The most important syntax difference is that namespaces add "WPF" into its name, for example: from Steema.TeeChart.Styles.Line to Steema.TeeChart.WPF.Styles.Line.3. Do you have suggested procedure/method to transform our codes in utilizing .NET version to WPF version?
Hope this helps!
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 |