GRAPH.Delete

Previous  Next

 

nStatus = GRAPH.Delete( BYVAL nControl AS INTEGER ) AS INTEGER

 


 

Deletes a graph in specified control created by NEW

 

Example:

 

IF GRAPH.New( nControl, NG_XY, "Graph" ) <> 0 THEN

  ' Do some graphing stuff....

  GRAPH.Delete( nControl )

ENDIF