Search found 1 match
- Wed Apr 26, 2023 8:28 am
- Forum: VCL
- Topic: Setting pdf properties when exporting a chart.
- Replies: 0
- Views: 42211
Setting pdf properties when exporting a chart.
I'm exporting to pdf a chart created with TeeChart Pro v2023 (Build 2023.27.230130) in RAD Studio 11. The instructions I'm using to export the chart are: if fileName.EndsWith('.pdf') then begin with TPDFExportFormat.Create do try SaveTofile(Chart, fileName); finally Free; end; end; Is there a way to...