| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > GraphClass > GraphClass Methods >====== Draw (calculate and draw GraphClass object) ====== | [[diagramtext create diagram name text with prompts .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[drawgraph draws calculated values.htm|{{btn_next_n.gif|Next page}}]] | | || **Draw** {{blk2blue.jpg|blk2blue.jpg}} | **Draw** | Calculates and draws the graph object | The **Draw** method calculates and draws the graph object. It is a parent method that calls other processing methods and divides the individual drawing tasks. **Implementation:** The **Draw** method is called from the Resize method which is called from the Refresh method **See Also:**     [[resize conditional refresh when size changed .htm|Resize]] , [[refresh refresh drawing of graphclass object .htm|Refresh]] , [[calcgraph calculates all graph object values .htm|CalcGraph]] , [[drawgraph draws calculated values.htm|DrawGraph]]