====== O4WGraphEnd routine ====== ==== Description ==== When all the data has been specified for the graph, calling O4WGraphEnd will generate the actual graph. ==== Syntax ==== O4WGraphEnd(id) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |id|The id of the graph to end. Id is created in the O4WGraphStart routine.|| ==== Remarks ==== Call O4WGraphStart to begin the graph definition process. O4WGraphData creates the data for the graph. ==== See Also ==== [[o4wgraphstart|O4WGraphStart]], [[o4wgraphdata|O4WGraphData]]