| Object Reference > Chart3D Object > Chart3D Object Methods > SaveImageAsPng Method (Chart3D) |
SaveImageAsPng Method (Chart3D)
Saves the chart as a PNG image file. Returns True if successful, False if not.
Function SaveImageAsPng(FileName As String, Interlace As Boolean) As Boolean
|
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