| Object Reference > Chart3D Object > Chart3D Object Methods > DrawToFile Method (Chart3D) |
DrawToFile Method (Chart3D)
Draws the chart and saves the drawing in a file. Returns True on success, False on failure.
Function DrawToFile(FileName As String, Format As FormatConstants) As Boolean
|
Part |
Type |
Description |
|
FileName |
String |
File to contain drawing. |
|
Format |
Integer |
Print format used. See Format Constants for valid values. |
See Also