XY Chart NET 3 Control Reference
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.

Syntax
[Visual Basic]
Sub SaveChartImageToClipboard()
[C#]
void XYChartNETCtl.SaveChartImageToClipboard()
[C++]
void SaveChartImageToClipboard()
       
Example
' 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 
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.