Search found 4 matches
- Wed Jun 13, 2007 3:27 am
- Forum: VCL
- Topic: Sending charts to a file
- Replies: 2
- Views: 7787
The solution our team has taken has been to save the charts, and generate an HTML document that contains those charts (via IMG tags), along with additional text, tables and so on. We then display the HTML in a TWebBrowser control in our application. As an added feature, we also save the chart descri...
- Thu Nov 30, 2006 12:13 am
- Forum: VCL
- Topic: Problem with transparency when generating PNG images.
- Replies: 5
- Views: 9326
- Tue Nov 28, 2006 5:41 am
- Forum: VCL
- Topic: Small memory leak in function SaveChartDialog
- Replies: 1
- Views: 6345
Small memory leak in function SaveChartDialog
There is a memory leak in the function SaveChartDialog in TeeEditPro.pas in verion 7.0.7 of Tee Chart Professional. A series of TTeeExportFormat objects are stored in the Objects member of the TStringList named "tmp", but are never freed. This is easily fixed: the finally clause should contain somet...
- Tue Nov 28, 2006 4:32 am
- Forum: VCL
- Topic: Problem with transparency when generating PNG images.
- Replies: 5
- Views: 9326
Problem with transparency when generating PNG images.
Hi, I've only recently upgraded to TeeChart Professional 7 (with source code), and have run into what appears to be a bug. Here's some background: my application saves .png and .tee files of charts. The .png files are then embedded within reports displayed using a Web browser window in my applicatio...