Search
Dashboard.exportPdf Method
See Also
 






Exports the Dashboard to a Portable Document Format (PDF) file.

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

 Syntax

Java  Copy Code

public void exportPdf (
    String filePath
)

 Parameters

filePath

A string specifying the file name or path.

 See Also