home *** CD-ROM | disk | FTP | other *** search
- Creating Windows Console Applications
- with TeeChart in Delphi.
- =======================================
-
- The example project is a console application,
- with no Forms or visual interface.
-
- This examples works in Delphi 16bit and 32bit.
- For 32bit, you can optionally set the
- {$APPTYPE CONSOLE
-
- It can be used as a "batch" program called
- from executables or CGI/ISAPI extensions.
-
- The example creates a TeeChart component, fills
- some sample values and then saves the TeeChart
- to a bitmap image.
-
- A CGI application can, for example, save the
- Chart to a JPEG image file and send the image
- contents to the response HTTP stream.
-
- --------------------------------------------------