LabelWidth & Runtime version

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
dotnetjunkee
Newbie
Newbie
Posts: 20
Joined: Fri Dec 05, 2003 5:00 am

LabelWidth & Runtime version

Post by dotnetjunkee » Mon Aug 21, 2006 2:02 pm

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!

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

Post by Narcís » Tue Aug 22, 2006 9:09 am

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?
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

Post Reply