Search found 1 match
- Wed Oct 05, 2005 4:26 pm
- Forum: VCL
- Topic: Run export functions from code
- Replies: 1
- Views: 2768
Run export functions from code
Currently, all export functions are encapsulated within the TChartEditor. I would like to call the export functions directly from code without openning the editor. Something similar to the TChart method SaveToBitmapFile, but allowing me to save to other formats like GIF, JPG, PDF, etc. Is there any ...