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