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
Issue With Exporting To JPEG
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Issue With Exporting To JPEG
Hi Mark,
The problem is the line below at Form1.Designer.cs. Removing it solves the problem.
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 |
Instructions - How to post in this forum |
Re: Issue With Exporting To JPEG
Narcis,
Thank you very much for the quick reply. I did change this parameter and it solve the problem.
Mark
Thank you very much for the quick reply. I did change this parameter and it solve the problem.
Mark