Object Reference > Chart2D Object > 2DChart Object Methods > SaveImageAsPng Method (Chart2D) |
SaveImageAsPng Method (Chart2D)
Saves the chart as a PNG image file.
Function SaveImageAsPng(FileName As String, Interlace As Boolean) As Boolean
Returns True on success, False on failure.
Part |
Type |
Description |
FileName |
String |
The path and file name of the image to be stored. |
Interlace |
Boolean |
Set to True to create an interlaced PNG file. |
See Also