Access Violation when saving chart to pdf

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
DJ
Newbie
Newbie
Posts: 17
Joined: Mon Apr 26, 2004 4:00 am
Location: So Cal

Access Violation when saving chart to pdf

Post by DJ » Wed Apr 28, 2004 5:30 am

I have a chart with several tee tools on it. One of the tools is a colorband. If I set the colorband's transparency to a nonzero value and save the chart to a pdf file, I get an access violation, and the pdf file is corrupt. Saving the same chart to pdf, only difference is using 0 for the transparency, everything works as expected. It seems that the transparency is a problem.

Dan Sox

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Wed Apr 28, 2004 6:59 am

Hi, DJ.

Yes, this is a known limitation. Existing PDF export filter does not support transparency (missing pdf implementation). We have this on our wish list for next major TeeChart release. In the meantime the workaround is to disable (set it to 0) the transparency. This goes for all tools and series types.
Marjan Slatinek,
http://www.steema.com

Post Reply