Procedure SGraph.PaintGraph(Canvas:TCanvas);
{Defined in UNIT SGraph.} Example
_____________________________________________________________
A paint method that will paint on a Delphi Canvas. You can use this method if you want to create a bitmap of the graph but you must create the canvas first. Science Tools uses this method to print a graph and to paste a picture of the graph onto the clipboard.