Hi Mike,
This code will copy the chart image to the clipboard on the server.
In case you want to put the image on the clients' clipboard, you'll need to implement a custom command and custom request. The custom request will send a message to the server to generate a rasterized image, and the custom command will place the rasterized image on the clipboard on the client. Check out the Custom Commands and Custom Requests example. Alternatively, you can simply put a toolbar that allows the user to save the chart image in png or bmp format.
We hope this helps - let us know if you meet any problems or have any questions.
Best Regards,
Nevron Support Team