'Declaration
Public Overloads Sub SaveImage( _
ByVal stream As System.IO.Stream, _
ByVal imgFmt As System.Drawing.Imaging.ImageFormat _
)
public void SaveImage(
System.IO.Stream stream,
System.Drawing.Imaging.ImageFormat imgFmt
)
Parameters
stream
Stream.
imgFmt
Image format
Remarks
This method creates an image of the specified format of the current chart display and saves the results to the specified stream. The size of the current display, in pixels, is used. If an error occurs, an appropriate exception is thrown indicating the cause of error.