Search
Dashboard.exportPdf Method
See Also
 






Exports the Dashboard to a Portable Document Format (PDF) file with the specified image width and height.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public void exportPdf (
    String filePath,
    int width,
    int height
)

 Parameters

filePath

A string specifying the file name or path.

width

The image width.

height

The image height.

 See Also