home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / DELPHI3.EXE / %MAINDIR% / Examples / Delphi3 / Console Chart Application / Readme.txt next >
Encoding:
Text File  |  1998-11-17  |  693 b   |  23 lines

  1. Creating Windows Console Applications
  2. with TeeChart in Delphi.
  3. =======================================
  4.  
  5. The example project is a console application,
  6. with no Forms or visual interface.
  7.  
  8. This examples works in Delphi 16bit and 32bit.
  9. For 32bit, you can optionally set the
  10. {$APPTYPE CONSOLE
  11.  
  12. It can be used as a "batch" program called
  13. from executables or CGI/ISAPI extensions.
  14.  
  15. The example creates a TeeChart component, fills
  16. some sample values and then saves the TeeChart
  17. to a bitmap image.
  18.  
  19. A CGI application can, for example, save the
  20. Chart to a JPEG image file and send the image
  21. contents to the response HTTP stream.
  22.  
  23. --------------------------------------------------