ExportImage Method Example

The following example exports the image to the clipboard, in the PNG file format, in the size of 800 X 600 pixels.

Private Sub CommandButton8_Click()

LineChart1.ExportImage "", ImageFormat_PNG, SizeUnits_Pixels, 800, 600

End Sub