XY Chart NET 3 Control Reference > Methods > SaveChartImageToClipboard Method |
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. XYChartNETCtl1.SaveChartImageToClipboard() 'Save image to clipboard
// XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form. XYChartNETCtl1.SaveChartImageToClipboard(); //Save image to clipboard
// XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form. XYChartNETCtl1->SaveChartImageToClipboard(); //Save image to clipboard