Use this method to save an image of the resulting chart to a bitmap (.bmp) file. The image is a capture of the chart as it is at that moment.
This method requires <path_and_filename> to be passed in as a parameter.
Example
XYChartCtrl.SaveImageToBitmap "c:\image\xychart01.bmp" 'Save image to file xychart01.bmp located under c:\image
See
Also