Object Reference : Object View and Procedure Reference : Graph
  
 
update
Update graph.
This command updates a graph that has updating turned on.
Syntax
graph_name.update
Examples
graph1.update
If GRAPH1 is a graph with manual updating enabled, this command instructs the graph to update its data. If the graph has automatic updating enabled, this command is unnecessary, as it will simply repeat the automatic update. For a graph with updating off, this command does nothing.
Cross-references
See “Graph Objects” for a discussion of graph updating options.
See Graph::setupdate.