Search found 2 matches
- Wed Jan 09, 2019 3:09 pm
- Forum: VCL
- Topic: Export Chart to PDF
- Replies: 4
- Views: 18076
Re: Export Chart to PDF
Hi, I found the reason of this misbehaviour: The transparency of the color bands have been set to 80% by program code, but this setting is ignored by the export function TeeSaveToPDFFile. Here is an example code to comprehend this effect: unit Unit1; interface uses Winapi.Windows, Winapi.Messages, S...
- Sat Jan 05, 2019 8:26 pm
- Forum: VCL
- Topic: Export Chart to PDF
- Replies: 4
- Views: 18076
Export Chart to PDF
Hi, to export a chart to PDF I'm using TeeSaveToPDFFile(Chart1,'Chart1.pdf'); Unfortunately the colors in the pdf file look completely other than on the original chart. (See attached picture). printing the chart on a PDF printer works well. Can anybody explain what to do to get the right colors usin...