TeeChart Export PDF format
Posted: Wed Aug 10, 2016 11:32 pm
When I attempt to export teechart as PDF issues are arising. Using The latest version of TeeChartNET2016_4.1.2016.05120
Here is what my code looks like on the backend c-sharp:
Steema.TeeChart.Export.PDFFormat pdfFormat = chart.Export.Image.PDF;
pdfFormat.Width = chartWidth;
pdfFormat.Height = chartHeight;
pdfFormat.Save(filePath);
For other formats all is working well (jpeg, png, gif, png, bmp). However, with the pdf export above a blank pdf doc is produced. Pdf doc can be opened it is simply a blank page.
Thanks for any advice here,
John
Here is what my code looks like on the backend c-sharp:
Steema.TeeChart.Export.PDFFormat pdfFormat = chart.Export.Image.PDF;
pdfFormat.Width = chartWidth;
pdfFormat.Height = chartHeight;
pdfFormat.Save(filePath);
For other formats all is working well (jpeg, png, gif, png, bmp). However, with the pdf export above a blank pdf doc is produced. Pdf doc can be opened it is simply a blank page.
Thanks for any advice here,
John