Page 1 of 1
TeeChart PDF Export problem
Posted: Thu Oct 12, 2006 11:46 am
by 9790349
Hi,
I have a problem with TeeChart for .NET [06 OCT 2006] RELEASE
2.0.2469.25744/5 PDF export.
I send a message to demonstrate this problem to news://
www.steema.net/steema.public.attachments
Best regards,
Gabor Varga
Posted: Fri Oct 13, 2006 8:32 am
by narcis
Hi Gabor,
We could reproduce the problem here and added it (TF02011820) to our defect list to be fixed for future releases. In the meantime, a quick workaround can be using line series instead of area series.
Posted: Fri Oct 13, 2006 8:52 am
by Marjan
Hi, Gabor.
The problem is PDF export does not (yet) support transparency. The end result is it also cannot interpret Color.Transparent as "transparent brush" i.e. no brush. The workaround for your problem is to set the AreaBrush.Visible property to false if Color is Color.Transparent. This way no area polygons will be drawn (as in your example).
Posted: Fri Oct 13, 2006 10:36 am
by 9790349
Hi,
Thanks for your reply.
Using AreaBrush.Visible := False it works fine.
There is a problem when A (alpha) component of AreaBrush.Color is not 100.
Best regards,
Gabor Varga