Use this method to save an image of the resulting chart to the system clipboard. The image is a capture of the chart as it is at that moment.
[Visual Basic] Sub SaveChartImageToClipboard() [C#] void XYChartNETCtl.SaveChartImageToClipboard() [C++] void SaveChartImageToClipboard()
XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form.
[Visual Basic] XYChartNETCtl1.SaveChartImageToClipboard() 'Save image to clipboard [C#] XYChartNETCtl1.SaveChartImageToClipboard(); //Save image to clipboard [C++] XYChartNETCtl1->SaveChartImageToClipboard(); //Save image to clipboard