Hello!
I'm currently using TeeChart version 2 and I've experienced the following two problems:
1. Calling the function Steema.TeeChart.Axis.LabelWidth(double val) always causes an ArgumentException.
The exception is actually thrown in System.Drawing.Graphics.MeasureString(...). It seems like TeeChart passes on invalid parameters to the MeasureString-method.
2. XCopy-deployment does not work anymore:
Distributing an application by copying the TeeChart.dll causes a license error.
Many thanks in advance!
LabelWidth & Runtime version
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi dotnetjunkee,
Please find below the answers to your questions:
1. Could you please send us an example we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
2. The TeeChart license is compiled into an application when compiled on a machine with the Developer license installed and licenses.licx present in the project. Copying teechart.dll with your project should then work without a problem. Do you have the licenses.licx file included in your project?
Please find below the answers to your questions:
1. Could you please send us an example we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
2. The TeeChart license is compiled into an application when compiled on a machine with the Developer license installed and licenses.licx present in the project. Copying teechart.dll with your project should then work without a problem. Do you have the licenses.licx file included in your project?
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 |