![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
| Summary: | PDF export produces an empty PDF file | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | christopher ireland <chris> |
| Component: | .NET 5.0 | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | ||
| Priority: | Highest | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
| Attachments: | Test app to reproduce issues | ||
This defect and related defects have been reported in this forum post: http://support.steema.com/viewtopic.php?f=4&t=17630 Created attachment 998 [details]
Test app to reproduce issues
This is an implementation of the code given by our client moellenberg in the support thread referenced. Note here that some of these issues can only be reproduced using the NuGet package - using the source code, results were different.
|
Export using (WPF code): private void button_Click(object sender, RoutedEventArgs e) { tChart1.Export.Image.PDF.Save(@"C:\tmp\chart.pdf"); }