DrawToBitmap Issue in latest service release
Posted: Mon Dec 03, 2007 5:59 pm
Have there been any problems reported with the DrawToBitmap method in the latest (8 Nov 2007) service release for v3 in Visual Studio 2005?
Here is what I am seeing.
We had been running using v2 still and now have a release version of our app out and want to work on upgrading to v3 now that have time to test such a major change for us. We implemented our own double-buffering of sorts in our app so that we use DrawToBitmap to render the chart and then place the resulting image into a PictureBox control on our form. The TeeChart control remains hidden the entire time.
When I un-installed v2 and installed the Nov 8 release of v3, our images drawn using DrawToBitmap now display nothing at all. I wrote a small test app that I can upload for you that will show you what I am doing.
I uninstalled the latest v3 release and installed the v3 from July 27 (version 3.2.2763.26082 is what is shows for the number installed now) and the problem goes away. The bitmap that results from my DrawToBitmap call shows the graph exactly as I expected it to (and exactly how it used to show using v2).
Please let me know if this is a known issue or if you need me to upload my test application.
Thanks.
Aaron
Here is what I am seeing.
We had been running using v2 still and now have a release version of our app out and want to work on upgrading to v3 now that have time to test such a major change for us. We implemented our own double-buffering of sorts in our app so that we use DrawToBitmap to render the chart and then place the resulting image into a PictureBox control on our form. The TeeChart control remains hidden the entire time.
When I un-installed v2 and installed the Nov 8 release of v3, our images drawn using DrawToBitmap now display nothing at all. I wrote a small test app that I can upload for you that will show you what I am doing.
I uninstalled the latest v3 release and installed the v3 from July 27 (version 3.2.2763.26082 is what is shows for the number installed now) and the problem goes away. The bitmap that results from my DrawToBitmap call shows the graph exactly as I expected it to (and exactly how it used to show using v2).
Please let me know if this is a known issue or if you need me to upload my test application.
Thanks.
Aaron