Graph Pseudo Control


Updated 8/27/2001
Modifications by Kevin Diggins
   Changed LOCALS to RAW - more speed gains


Updated 8/22/2001
  Design Modification by PKelly
    Allows to specify the step size (for faster plotting)
  Modifications by Jeethu Rao
    The Direction in which the graph moves can now be specified
    Graph Functions finally seperated into a file called GraphPC.inc
    DrawGraph function seperated from UpdateGraph (fixes the refresh bug)

Updated 8/20/2001
  Modifications by Jeethu Rao
    Code made portable for use in other BCX Apps
    Instantiable Code (APPs can make as many concurrent graphs as needed)
    Logic Cleaned Up (Slight speed up, removed redundant malloc()s)
    New Freeze,Thaw Options

Updated 7/29/2001
  Slight Modifications By Jeethu Rao
    Double Buffering
    Start/Stop Logic
    Fixed GDI & resource leaks
    Formatting

Updated 7/25/2001
  Modifications by Kevin Diggins
    Double Buffering (One great feature and a good intro on BitBlt)
    Start/Stop Logic
    Formatting

First Working release 7/20/2001
  Idea conceived by Jeethu Rao
  Added inputs from PKelly
  Direct Paint to the Screen (No buffering)
