Author |
Topic  |
|
fsjodin
26 Posts |
Posted - 12 Apr 2007 : 20:32:16
|
I am trying to set the rotation of a ChartImage but the image is not rotated.
Image image = Image.FromFile(path); ChartImage chartImage = new ChartImage(transform, image, 100, 100, ChartObj.DEV_POS, 45);
I have also tried calling the SetRotation method.
The image shows up but is not rotated. It probably does not matter but I have tried this with a JPEG and a BMP file.
Thanks
|
|
quinncurtis
1164 Posts |
Posted - 13 Apr 2007 : 09:49:33
|
That is a bug in the ChartImage class. Thank you for reporting it. We will have to fix it and upload a new revision of the software, early next week. We will post a reply on this thread when that has been done. |
 |
|
quinncurtis
1164 Posts |
Posted - 17 Apr 2007 : 09:12:29
|
The QCChart2D library has been updated to fix the rotation bug in the ChartImage class. You can download the updated version using your original download links. |
 |
|
fsjodin
26 Posts |
Posted - 17 Apr 2007 : 17:21:09
|
Rotating the image now works.
Thanks |
 |
|
|
Topic  |
|