closeChart
Top  Previous  Next

closeChart ( integer Chart )

Use this function to close an existing chart.

Parameters
 
Image  
 
An integer between 1 and 100 specifying the ID of the chart to close.  

Error flags
 
ERR_OK  
 
The flag set if successful.  
 
ERR_FAILED  
 
The flag set if failed.  
 
Example
 
closeChart (1)