PowerBuilder The following methods allow you to save data from the graph:
| Method | Action | 
|---|---|
| Clipboard | Copies a bitmap image of the specified graph to the clipboard | 
| SaveAs | Saves the data in the underlying graph to the clipboard or to a file in one of a number of formats | 
Web ActiveX You can save an image of the graph on the clipboard, but you cannot save data in a file. Writing to the file system is a security violation for an ActiveX control:
| Method | Action | 
|---|---|
| Clipboard | Copies a bitmap image of the specified graph to the clipboard |