Issue With Exporting To JPEG

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Mark
Newbie
Newbie
Posts: 3
Joined: Wed May 26, 2010 12:00 am

Issue With Exporting To JPEG

Post by Mark » Thu Feb 03, 2011 2:41 am

Hello,

I am having an issue with exporting a chart to JPEG. The chart is on a form with another chart, and the form has a tab control and a splitter. The chart exports, but I cannot get the panel to display properly in the export. I have included a demo project that shows this issue.

Thank You,
Mark
WindowsFormsApplication1.zip
(46.21 KiB) Downloaded 253 times

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

Re: Issue With Exporting To JPEG

Post by Narcís » Thu Feb 03, 2011 10:46 am

Hi Mark,

The problem is the line below at Form1.Designer.cs. Removing it solves the problem.

Code: Select all

          this.tChart2.Panel.Brush.Visible = false;
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

Mark
Newbie
Newbie
Posts: 3
Joined: Wed May 26, 2010 12:00 am

Re: Issue With Exporting To JPEG

Post by Mark » Thu Feb 03, 2011 1:37 pm

Narcis,

Thank you very much for the quick reply. I did change this parameter and it solve the problem.

Mark

Post Reply