Procedure SGraph.Paint; override;
{Defined in UNIT SGraph.}
_____________________________________________________________
This is the standard Windows paint method. It is usually not called by the program. Use invalidate instead if you want
Windows to redraw the graph. You may need to override this method if you subclass the object to do specialized drawing.