TeeChart PDF Export problem

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
madve
Newbie
Newbie
Posts: 52
Joined: Thu Feb 16, 2006 12:00 am

TeeChart PDF Export problem

Post by madve » Thu Oct 12, 2006 11:46 am

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

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

Post by Narcís » Fri Oct 13, 2006 8:32 am

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.
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

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

Post by Marjan » Fri Oct 13, 2006 8:52 am

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).
Marjan Slatinek,
http://www.steema.com

madve
Newbie
Newbie
Posts: 52
Joined: Thu Feb 16, 2006 12:00 am

Post by madve » Fri Oct 13, 2006 10:36 am

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

Post Reply