Page 1 of 1

TChart for compact framework 2.0

Posted: Thu Jan 25, 2007 1:43 pm
by 9642968
Hello!

We've made a user control containing an instance of TChart for compact framework. Inserting the component into the empty user control took approximately 30s (On a 3GHz machine with 2GB RAM).
When resizing the control inside the user control it is not redrawn propperly.

Afterwards we created an empty form and tried to insert an instance of the user control. This does takes 40s or so and stops with an exception.

We are working with MS Visual Studio 2005 and are using version 2.0.2546.16099 of TChart.

The same works without problem on the 2.0 (non compact) framework.
What is wrong?

Regards
Matthias Loy

Posted: Thu Jan 25, 2007 1:53 pm
by narcis
Hi Matthias,

TeeChart.Pocket.dll is only available at run-time in Visual Studio 2005. In VS2003 it is available at design-time as well. There's an example on how to use TeeChart.Pocket.dll at run-time at C:\Program Files\Steema Software\TeeChart for .NET v2\Examples\Compact Framework.