Problem with chart printing

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Paul
Newbie
Newbie
Posts: 2
Joined: Mon Sep 01, 2008 12:00 am

Problem with chart printing

Post by Paul » Tue Nov 25, 2008 3:55 pm

Hi,

I have a very strange problem when I print a chart on a canvas or saving the bitmap to a file :

- I create a TChart component and assign to it the TChart I have on my form (used to change some parameters like hiding legend)
- I copy the series with the method "CloneChartSeries"
- I save the bitmap to a file using TeeCreateBitmap.SaveToFile

My problem is that it works correctly on a workstation, but on another worstation, when I save the bitmap, the size of the Chart and the color of the series are changed. Furthermore, if I display the colors with "ShowMessage", they are correct, but not on the bitmap.

Have you any idea of the origin of the problem?

Best regards,

Paul

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

Post by Narcís » Mon Dec 01, 2008 2:13 pm

Hi Paul,

Could you please try reproducing this in different machines? If the problem persists could you send us a simple example project we can run "as-is" to reproduce the problem here?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.
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