SaveImage(String,ImageFormat) Method
In This Topic
Saves an image of the chart to the specified file in the specified format.
Syntax
'Declaration
Public Overloads Sub SaveImage( _
ByVal As System.String, _
ByVal As System.Drawing.Imaging.ImageFormat _
)
public void SaveImage(
System.string ,
System.Drawing.Imaging.ImageFormat
)
Parameters
- Filename
- Image file name.
- ImgFmt
- Image format
See Also