Crash when exporting chart to PDF
Posted: Fri Jul 11, 2014 2:19 pm
Hi,
When I export a chart to a PDF which is already open, TeeChart crashes.
This is the code that I used:
The TeeChart version that I use is 4.1.2012.5103.
Is this issue solved in a more recent version of TeeChart?
When I export a chart to a PDF which is already open, TeeChart crashes.
This is the code that I used:
Code: Select all
Steema.TeeChart.TChart tChart = new Steema.TeeChart.TChart();
Steema.TeeChart.Export.Exports exp = tChart.Export;
Steema.TeeChart.Export.ImageExport imgExp = exp.Image;
Steema.TeeChart.Export.PDFFormat pfdFormat = imgExp.PDF;
pfdFormat.Save("F:\\Test.pdf");
Is this issue solved in a more recent version of TeeChart?